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: 33,633 of 196,125
Downloads: 41,143

Daily

Ranking: 14,383 of 196,106
Downloads: 15

Depended by

RankDownloadsName
89,70610,251fun_with_gems
106,5567,733fun_with_version_strings
145,0304,308fun_with_passwords

Depends on

RankDownloadsName
451119,860,610debug
4,4572,174,545xdg
78,52712,683fun_with_testing

Owners

#GravatarHandle
1icondarth_schmoo