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,449 of 192,137
Downloads: 3,830,863

Daily

Ranking: 3,393 of 192,103
Downloads: 1,599

Depended by

RankDownloadsName
3,2244,561,596pluck_to_hash
33,77839,288hobostove
43,96127,582http_spec
49,02623,782value_struct
57,59719,066bigbertha
59,05418,466task_rb
70,58714,311kitlog
75,92212,837procfile-upstart-exporter
84,07710,984value_inspect
86,33210,507rebels
86,72010,419startup-time
98,2528,536numbered_list
98,2528,536numbered_list
100,5948,236starling-ruby
105,8957,494elrio
107,0387,332crystal_api
123,3995,502year_week
142,8334,238event_sourcing
146,3824,045concurrent-polling
166,0812,916tick_tock

Depends on

RankDownloadsName
29970,934,436rspec

Owners

#GravatarHandle
1icontcrayford