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 186,947
Downloads: 3,398,943

Daily

Ranking: 2,666 of 186,938
Downloads: 1,737

Depended by

RankDownloadsName
3,1984,166,896pluck_to_hash
33,37637,075hobostove
43,60626,029http_spec
49,09622,154value_struct
56,05018,488bigbertha
57,58917,851task_rb
68,61613,955kitlog
74,68612,281procfile-upstart-exporter
83,20410,429value_inspect
85,3099,997rebels
87,3119,605startup-time
97,7398,063numbered_list
97,7398,063numbered_list
100,3637,710starling-ruby
104,8597,092elrio
105,7506,966crystal_api
122,5265,173year_week
143,2293,917event_sourcing
144,1563,873concurrent-polling
166,6172,591tick_tock

Depends on

RankDownloadsName
27913,996,669rspec

Owners

#GravatarHandle
1icontcrayford