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,381 of 187,960
Downloads: 3,698,822

Daily

Ranking: 2,201 of 187,950
Downloads: 5,549

Depended by

RankDownloadsName
3,2074,289,142pluck_to_hash
33,34438,083hobostove
43,45326,791http_spec
48,83222,885value_struct
56,60618,716bigbertha
57,95218,163task_rb
69,27514,122kitlog
75,00712,539procfile-upstart-exporter
83,31310,701value_inspect
85,69710,192rebels
87,0779,923startup-time
97,7788,277numbered_list
97,7788,277numbered_list
100,5527,907starling-ruby
105,0427,283elrio
106,0377,141crystal_api
122,7105,318year_week
142,7884,063event_sourcing
144,7663,960concurrent-polling
166,1392,736tick_tock

Depends on

RankDownloadsName
28930,361,546rspec

Owners

#GravatarHandle
1icontcrayford