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,440 of 191,483
Downloads: 3,804,168

Daily

Ranking: 3,440 of 191,454
Downloads: 2,465

Depended by

RankDownloadsName
3,2234,512,272pluck_to_hash
33,57439,119hobostove
43,70627,497http_spec
48,80723,653value_struct
57,27519,020bigbertha
58,67318,438task_rb
70,17714,295kitlog
75,68012,780procfile-upstart-exporter
83,81510,934value_inspect
86,07410,458rebels
86,58810,343startup-time
98,1908,473numbered_list
98,1908,473numbered_list
100,3498,193starling-ruby
105,5087,472elrio
106,6297,314crystal_api
123,1875,467year_week
142,5684,211event_sourcing
145,9884,027concurrent-polling
165,8682,888tick_tock

Depends on

RankDownloadsName
29964,633,797rspec

Owners

#GravatarHandle
1icontcrayford