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,809 of 183,524
Downloads: 2,281,706

Daily

Ranking: 2,089 of 183,509
Downloads: 2,554

Depended by

RankDownloadsName
3,1643,534,563pluck_to_hash
32,84435,351hobostove
44,16823,978http_spec
55,16317,720bigbertha
57,37516,845task_rb
58,62016,378value_struct
66,43013,731kitlog
73,45911,832procfile-upstart-exporter
82,1799,977value_inspect
84,5349,527rebels
87,1219,071startup-time
97,5877,597numbered_list
97,5877,597numbered_list
100,2877,256starling-ruby
103,8366,776elrio
104,4506,683crystal_api
121,9384,876year_week
142,3693,723concurrent-polling
142,3693,723event_sourcing
166,4512,370tick_tock

Depends on

RankDownloadsName
25825,804,061rspec

Owners

#GravatarHandle
1icontcrayford