RubyGems.org

gather

0.0.4

A gem that provides modules to make working with properties a bit easier. For example: class SumThing include Gather property :thing, :spla, :gumf, :troob end s = SumThing.new.gather :spla => 'five', :thing => 'sigma' do troob %w{one two three four} gumf 15 % 4 end Or s = SumThing.new.gather :spla => 'five', :thing => 'sigma' do |s| s.troob = %w{one two three four} s.gumf = 15 % 4 end

installgem install gather -v 0.0.4
Authors

John Anderson

4,710 total downloads 1,149 for this version
Owners

3a0ab8b3ffc704cb80a64deb148a43fc

Gemfile
gem "gather", "~> 0.0.4"
Versions
  1. 0.0.8 June 20, 2011
  2. 0.0.7 June 8, 2011
  3. 0.0.6 January 19, 2011
  4. 0.0.4 September 2, 2009
  5. 0.0.3 January 29, 2009
Development Dependencies
  1. hoe >= 1.8.0
  2. newgem >= 1.3.0