RubyGems.org

its-it

1.0.1

This gem defines the Kernel method "it", which extends the Symbol#to_proc idiom to support chaining multiple methods. For example, items.collect(&it.to_s.capitalize). The method is also aliased as "its", for methods that describe possessives rather than actions, such as items.collect(&its.name.capitalize) [This gem is clone of Jay Philips' "methodphitamine" gem, updated for ruby 1.9 and gemspec compatibility.]

installgem install its-it -v 1.0.1
Authors

Ronen Barzel

3,616 total downloads 677 for this version
Owners

D969a347edb3054c711946c0ed07ce2f

Gemfile
gem "its-it", "~> 1.0.1"
Versions
  1. 1.1.1 April 26, 2011
  2. 1.1.0 April 26, 2011
  3. 1.0.1 April 23, 2011
  4. 1.0.0 April 23, 2011
Runtime Dependencies
  1. blankslate >= 0