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,451 of 192,692
Downloads: 3,861,300

Daily

Ranking: 5,891 of 192,666
Downloads: 138

Depended by

RankDownloadsName
3,2224,621,041pluck_to_hash
33,85639,428hobostove
44,08027,652http_spec
49,00323,953value_struct
57,73619,125bigbertha
59,26218,496task_rb
70,82814,330kitlog
76,03212,893procfile-upstart-exporter
84,15611,042value_inspect
86,46110,554rebels
86,68110,506startup-time
98,3518,581numbered_list
98,3518,581numbered_list
100,7898,266starling-ruby
106,0247,536elrio
107,1857,367crystal_api
123,5215,532year_week
142,9824,261event_sourcing
146,6674,060concurrent-polling
166,2072,942tick_tock

Depends on

RankDownloadsName
29976,634,844rspec

Owners

#GravatarHandle
1icontcrayford