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,471 of 186,698
Downloads: 3,291,881

Daily

Ranking: 6,156 of 186,685
Downloads: 98

Depended by

RankDownloadsName
3,2014,120,965pluck_to_hash
33,41736,578hobostove
43,65325,673http_spec
49,08821,879value_struct
56,02118,276bigbertha
57,31617,731task_rb
68,20813,893kitlog
74,65012,137procfile-upstart-exporter
83,24110,278value_inspect
85,1889,891rebels
87,5149,445startup-time
97,7447,957numbered_list
97,7447,957numbered_list
100,3057,616starling-ruby
104,8327,003elrio
105,5696,898crystal_api
122,5965,095year_week
143,2853,864event_sourcing
143,7933,841concurrent-polling
166,8982,530tick_tock

Depends on

RankDownloadsName
27908,151,619rspec

Owners

#GravatarHandle
1icontcrayford