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,459 of 193,214
Downloads: 3,892,657

Daily

Ranking: 5,466 of 193,188
Downloads: 354

Depended by

RankDownloadsName
3,1964,778,982pluck_to_hash
33,89439,598hobostove
44,20327,716http_spec
49,03624,079value_struct
57,85919,177bigbertha
59,45218,522task_rb
71,05414,350kitlog
76,16812,934procfile-upstart-exporter
84,31011,081value_inspect
86,57210,598rebels
86,58710,594startup-time
98,3298,635numbered_list
98,3298,635numbered_list
100,8728,307starling-ruby
106,1727,564elrio
107,3357,392crystal_api
123,6645,557year_week
143,0904,282event_sourcing
146,8354,076concurrent-polling
166,2742,967tick_tock

Depends on

RankDownloadsName
29983,045,376rspec

Owners

#GravatarHandle
1icontcrayford