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,807 of 180,530
Downloads: 1,938,052

Daily

Ranking: 3,737 of 180,517
Downloads: 602

Depended by

RankDownloadsName
3,1453,097,600pluck_to_hash
32,10534,237hobostove
44,46322,417http_spec
54,08717,205bigbertha
57,08916,060task_rb
58,16515,656value_struct
64,50813,558kitlog
72,38411,450procfile-upstart-exporter
81,5889,538value_inspect
84,2139,058rebels
87,0048,591startup-time
97,4177,206numbered_list
97,4177,206numbered_list
99,5396,950starling-ruby
102,6346,541elrio
103,3306,436crystal_api
121,2984,665year_week
141,0613,585event_sourcing
141,1633,581concurrent-polling
165,0702,245tick_tock

Depends on

RankDownloadsName
23769,399,643rspec

Owners

#GravatarHandle
1icontcrayford