RubyGems Navigation menu

values 1.3.0

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

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 1.8.0 - July 01, 2015 (10 KB)
  2. 1.7.1 - April 07, 2015 (8.5 KB)
  3. 1.7.0 - March 29, 2015 (8.5 KB)
  4. 1.6.0 - March 01, 2015 (8.5 KB)
  5. 1.5.0 - February 22, 2013 (7.5 KB)
  6. 1.3.0 - January 17, 2013 (7.5 KB)
Show all versions (12 total)

Development Dependencies (4):

bundler ~> 1.0.0
jeweler ~> 1.5.2
rcov >= 0
rspec ~> 2.3.0

Owners:

Authors:

  • Tom Crayford

SHA 256 checksum:

7e7fbf97503721a6164cc3c9e3746c4db4aa0cad64f564f45acef567c4d62744

Total downloads 1,927,450

For this version 3,085

License:

MIT

Required Ruby Version: None

Links: