RubyGems Navigation menu

values 1.8.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!

Installeer:
=

Versies:

  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)
Toon alle versies (12 totaal)

Development afhankelijkheden (1):

rspec ~> 2.11.0

Eigenaren:

Authors:

  • Tom Crayford, Marc Siegel

SHA 256 checksum:

e1029a800b6b169f31426549f07890640a8ba58351bd2e1e2e5f4d6574db6add

Total downloads 1.917.267

Voor deze versie 1.775.404

Licentie:

MIT

Required Ruby Version: >= 1.8.7

Links: