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,475 of 195,762
Downloads: 4,002,400

Daily

Ranking: 3,383 of 195,747
Downloads: 1,569

Depended by

RankDownloadsName
3,1995,029,219pluck_to_hash
34,19840,067hobostove
44,72927,929http_spec
49,21124,534value_struct
58,47519,339bigbertha
60,16718,621task_rb
71,84214,432kitlog
76,87013,051procfile-upstart-exporter
84,58511,276value_inspect
86,78310,808startup-time
86,88810,780rebels
98,6248,782numbered_list
98,6248,782numbered_list
101,3328,426starling-ruby
106,7117,676elrio
107,6097,540crystal_api
124,1715,657year_week
143,6204,363event_sourcing
147,6124,143concurrent-polling
167,0083,061tick_tock

Depends on

RankDownloadsName
291,006,320,288rspec

Owners

#GravatarHandle
1icontcrayford