RubyGems Navigation menu

fun_with_files 0.0.2

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

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 0.0.18 - March 20, 2024 (44.0 KB)
  2. 0.0.15 - February 01, 2017 (30.0 KB)
  3. 0.0.14 - June 26, 2016 (28.0 KB)
  4. 0.0.13 - April 13, 2015 (26.0 KB)
  5. 0.0.12 - April 13, 2015 (26.0 KB)
  6. 0.0.2 - May 22, 2013 (10.0 KB)
显示所有版本 (共 14 个)

Development 依赖 (5):

bundler ~> 1.3.0
debugger >= 0
jeweler ~> 1.8.4
rdoc ~> 3.12
shoulda >= 0

业主:

作者:

  • Bryce Anderson

SHA 256 校验和:

81998eab51ada5ab24477b64b758b5e5fe027bc01d1580dd0983d1a87821477e

下载总量 35,651

这个版本 2,929

许可:

MIT

需要的 Ruby 版本:

链接: