Categories: None [Edit]

fun_with_files

https://rubygems.org/gems/fun_with_files
https://github.com/darthschmoo/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,309 of 180,404
Downloads: 35,218

Daily

Ranking: 26,012 of 180,385
Downloads: 14

Depended by

RankDownloadsName
86,4258,660fun_with_gems
102,4556,540fun_with_version_strings
138,9693,666fun_with_passwords

Depends on

RankDownloadsName
1,07827,767,202debug
4,0371,629,416xdg
75,98810,635fun_with_testing

Owners

#GravatarHandle
1icondarth_schmoo