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,463 of 193,756
Downloads: 3,926,553

Daily

Ranking: 3,560 of 193,649
Downloads: 2,030

Depended by

RankDownloadsName
3,1974,842,749pluck_to_hash
33,96539,701hobostove
44,32927,745http_spec
48,97524,232value_struct
57,97919,204bigbertha
59,56418,551task_rb
71,20014,373kitlog
76,30912,957procfile-upstart-exporter
84,43311,099value_inspect
86,64710,629startup-time
86,65610,627rebels
98,3818,662numbered_list
98,3818,662numbered_list
101,0378,319starling-ruby
106,2767,589elrio
107,4787,408crystal_api
123,7905,573year_week
143,0584,302event_sourcing
147,0974,081concurrent-polling
166,2652,990tick_tock

Depends on

RankDownloadsName
29989,540,006rspec

Owners

#GravatarHandle
1icontcrayford