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,889 of 183,471
Downloads: 36,723
Daily
Ranking: 41,086 of 183,459
Downloads: 1
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
87,453 | 9,004 | fun_with_gems |
103,725 | 6,782 | fun_with_version_strings |
140,499 | 3,806 | fun_with_passwords |
Depends on
Rank | Downloads | Name |
---|---|---|
855 | 45,994,744 | debug |
4,157 | 1,788,283 | xdg |
76,856 | 11,078 | fun_with_testing |
Owners
# | Gravatar | Handle |
---|---|---|
1 | darth_schmoo |