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,429 of 190,365
Downloads: 3,783,818

Daily

Ranking: 4,352 of 190,317
Downloads: 1,315

Depended by

RankDownloadsName
3,2224,465,474pluck_to_hash
33,48439,010hobostove
43,59927,438http_spec
48,79623,533value_struct
57,16318,970bigbertha
58,51018,416task_rb
70,01914,276kitlog
75,57512,741procfile-upstart-exporter
83,78110,887value_inspect
85,97810,418rebels
86,52610,297startup-time
98,0928,442numbered_list
98,0928,442numbered_list
100,2308,164starling-ruby
105,3857,446elrio
106,4877,290crystal_api
123,0645,445year_week
142,4374,194event_sourcing
145,8184,011concurrent-polling
165,8052,864tick_tock

Depends on

RankDownloadsName
29957,790,816rspec

Owners

#GravatarHandle
1icontcrayford