RubyGems Navigation menu

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

Gemfile:
=

インストール:
=

バージョン履歴:

  1. 1.8.0 July 01, 2015 (10KB)
  2. 1.7.1 April 07, 2015 (8.5KB)
  3. 1.7.0 March 29, 2015 (8.5KB)
  4. 1.6.0 March 01, 2015 (8.5KB)
  5. 1.5.0 February 22, 2013 (7.5KB)
  6. 1.2.1 April 06, 2011 (7.5KB)
全てのバージョンを表示(全12件)

Development依存関係 (4):

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

所有者:

作者:

  • Tom Crayford

SHA 256チェックサム:

=

累計ダウンロード数 2,167,683

このバージョンのみ 6,393

このバージョンがリリースされたのは:

ライセンス:

N/A

必要なRubyのバージョン: なし

リンク: