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,632 of 186,938
Downloads: 38,266
Daily
Ranking: 20,967 of 186,929
Downloads: 32
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
88,709 | 9,355 | fun_with_gems |
105,072 | 7,057 | fun_with_version_strings |
141,767 | 3,988 | fun_with_passwords |
Depends on
Rank | Downloads | Name |
---|---|---|
692 | 75,314,760 | debug |
4,243 | 2,012,641 | xdg |
77,628 | 11,609 | fun_with_testing |
Owners
# | Gravatar | Handle |
---|---|---|
1 | darth_schmoo |