RubyGems Navigation menu

values 1.5.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:
= In die Zwischenablage kopieren Kopiert!

installieren:
=

Versionen:

  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)
Zeige alle Versionen (12 total)

Development Abhängigkeiten (4):

bundler ~> 1.0
jeweler ~> 1.8.4
rcov >= 0
rspec ~> 2.11.0

Besitzer:

Autoren:

  • Tom Crayford

SHA 256-Prüfsumme:

fde092b62cd3e7fc504e85105b1713a83050395dcf6c3f52f90ff12bffc12e18

Downloads insgesamt 1.926.667

Für diese Version 98.217

Lizenz:

MIT

Erforderliche Ruby-Version: None

Links: