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,751 of 187,571
Downloads: 38,807
Daily
Ranking: 21,343 of 187,548
Downloads: 21
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 88,847 | 9,516 | fun_with_gems |
| 105,261 | 7,190 | fun_with_version_strings |
| 142,079 | 4,066 | fun_with_passwords |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 612 | 81,396,866 | debug |
| 4,268 | 2,034,469 | xdg |
| 77,713 | 11,822 | fun_with_testing |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | darth_schmoo |