Categories: None [Edit]

values

https://rubygems.org/gems/values
https://github.com/tcrayford/values
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

Total

Ranking: 3,839 of 183,139
Downloads: 2,206,931

Daily

Ranking: 3,412 of 183,127
Downloads: 889

Depended by

RankDownloadsName
3,1633,464,618pluck_to_hash
32,73535,203hobostove
44,22123,764http_spec
55,05017,643bigbertha
57,30216,749task_rb
58,55816,284value_struct
66,15413,713kitlog
73,31111,783procfile-upstart-exporter
82,1029,917value_inspect
84,4639,472rebels
87,0979,009startup-time
97,5927,543numbered_list
97,5927,543numbered_list
100,2367,212starling-ruby
103,7286,738elrio
104,3486,646crystal_api
121,8824,843year_week
142,2483,700event_sourcing
142,2713,699concurrent-polling
166,2832,351tick_tock

Depends on

RankDownloadsName
25818,346,165rspec

Owners

#GravatarHandle
1icontcrayford