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,482 of 196,338
Downloads: 4,029,877

Daily

Ranking: 6,147 of 196,320
Downloads: 162

Depended by

RankDownloadsName
3,1975,102,230pluck_to_hash
34,30240,132hobostove
44,87527,961http_spec
49,29224,599value_struct
58,59719,370bigbertha
60,34418,636task_rb
72,02814,447kitlog
77,03613,078procfile-upstart-exporter
84,72911,298value_inspect
86,90210,836startup-time
87,04410,804rebels
98,7268,809numbered_list
98,7268,809numbered_list
101,4538,451starling-ruby
106,8437,700elrio
107,7917,557crystal_api
124,5005,667year_week
143,9074,376event_sourcing
147,9864,153concurrent-polling
167,4913,070tick_tock

Depends on

RankDownloadsName
291,013,199,560rspec

Owners

#GravatarHandle
1icontcrayford