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,383 of 188,294
Downloads: 3,728,460

Daily

Ranking: 6,001 of 188,277
Downloads: 195

Depended by

RankDownloadsName
3,2084,325,708pluck_to_hash
33,35538,333hobostove
43,41927,016http_spec
48,85723,038value_struct
56,70718,793bigbertha
58,00318,269task_rb
69,45914,167kitlog
75,12712,601procfile-upstart-exporter
83,37210,760value_inspect
85,76810,253rebels
86,94510,020startup-time
97,7838,330numbered_list
97,7838,330numbered_list
100,4537,979starling-ruby
105,1257,326elrio
106,0957,185crystal_api
122,7145,361year_week
142,5924,104event_sourcing
144,9623,979concurrent-polling
165,9472,777tick_tock

Depends on

RankDownloadsName
29935,905,765rspec

Owners

#GravatarHandle
1icontcrayford