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: 33,182 of 190,529
Downloads: 39,573
Daily
Ranking: 73,392 of 190,497
Downloads: 2
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 89,621 | 9,716 | fun_with_gems |
| 106,142 | 7,343 | fun_with_version_strings |
| 143,284 | 4,151 | fun_with_passwords |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 507 | 96,859,254 | debug |
| 4,346 | 2,090,753 | xdg |
| 78,362 | 12,082 | fun_with_testing |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | darth_schmoo |