RubyGems.org

values

1.2.1

Simple immutable value objects for ruby. Make a new value class: Point = Value.new(:x, :y) And use it: p = Point.new(1,0) p.x => 1 p.y => 0

installgem install values -v 1.2.1
Authors

Tom Crayford

12,516 total downloads 2,878 for this version
Owners

E5edf448cb9e39e33ea6279ac4403ff8

Gemfile
gem "values", "~> 1.2.1"
Versions
  1. 1.5.0 February 22, 2013
  2. 1.4.0 February 3, 2013
  3. 1.3.0 January 17, 2013
  4. 1.2.1 April 5, 2011
  5. 1.2.0 March 19, 2011
Show all versions (8 total)