RubyGems Navigation menu

fun_with_files 0.0.1

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 (44KB)
  2. 0.0.15 - February 01, 2017 (30KB)
  3. 0.0.14 - June 26, 2016 (28KB)
  4. 0.0.13 - April 13, 2015 (26KB)
  5. 0.0.12 - April 13, 2015 (26KB)
  6. 0.0.1 - April 30, 2013 (10KB)
全てのバージョンを表示(全14件)

Development依存関係 (5):

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

所有者:

作者:

  • Bryce Anderson

SHA 256チェックサム:

ff289648184e9fc45dab7697868b6a6430df888970c31a7ae9489d59a7ad12c9

累計ダウンロード数 35,442

このバージョンのみ 2,926

ライセンス:

MIT

必要なRubyのバージョン: なし

リンク: