Categories: None [Edit]
fun_with_files
A more intuitive syntax for performing a variety of file actions. Examples:
"/".fwf_filepath.join('usr', 'bin', 'bash').touch
FunWith::Files::FilePath.home("Music").glob(:ext => "mp3", :recurse => true)
home = FunWith::Files::FilePath.home
home.touch( "Music", "CDs", "BubbleBoyTechnoRemixxxx2011", "01-jiggypalooza.mp3" )
home.touch_dir( "Music", "CDs", "ReggaeSmackdown2008" ) do |dir|
dir.touch( "liner_notes.txt" )
dir.touch( "cover.jpg" )
dir.touch( "01-tokin_by_the_sea.mp3" )
dir.touch( "02-tourists_be_crazy_mon.mp3" )
end
Total
Ranking: 31,817 of 183,107
Downloads: 36,567
Daily
Ranking: 53,556 of 183,092
Downloads: 1
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
87,339 | 8,966 | fun_with_gems |
103,593 | 6,753 | fun_with_version_strings |
140,277 | 3,791 | fun_with_passwords |
Depends on
Rank | Downloads | Name |
---|---|---|
881 | 43,772,616 | debug |
4,144 | 1,772,334 | xdg |
76,772 | 11,027 | fun_with_testing |
Owners
# | Gravatar | Handle |
---|---|---|
1 | darth_schmoo |