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,415 of 187,239
Downloads: 3,508,891

Daily

Ranking: 2,420 of 187,224
Downloads: 2,262

Depended by

RankDownloadsName
3,2054,209,792pluck_to_hash
33,30337,608hobostove
43,54326,378http_spec
49,06622,446value_struct
56,36918,570bigbertha
57,82117,963task_rb
68,94114,027kitlog
74,71712,435procfile-upstart-exporter
83,12110,587value_inspect
85,31210,126rebels
87,0389,782startup-time
97,5038,197numbered_list
97,5038,197numbered_list
100,6297,781starling-ruby
104,8377,195elrio
105,8407,054crystal_api
122,4625,250year_week
142,9893,982event_sourcing
144,3073,916concurrent-polling
166,3542,656tick_tock

Depends on

RankDownloadsName
27919,404,019rspec

Owners

#GravatarHandle
1icontcrayford