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: 32,662 of 187,224
Downloads: 38,670
Daily
Ranking: 30,316 of 187,196
Downloads: 31
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
88,664 | 9,473 | fun_with_gems |
105,173 | 7,145 | fun_with_version_strings |
141,913 | 4,036 | fun_with_passwords |
Depends on
Rank | Downloads | Name |
---|---|---|
670 | 77,894,324 | debug |
4,255 | 2,024,677 | xdg |
77,611 | 11,759 | fun_with_testing |
Owners
# | Gravatar | Handle |
---|---|---|
1 | darth_schmoo |