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,400 of 187,591
Downloads: 3,600,350

Daily

Ranking: 2,337 of 187,571
Downloads: 2,335

Depended by

RankDownloadsName
3,2074,247,234pluck_to_hash
33,29237,895hobostove
43,47226,618http_spec
48,85822,729value_struct
56,50518,647bigbertha
57,89718,073task_rb
69,08014,089kitlog
74,86712,493procfile-upstart-exporter
83,23410,647value_inspect
85,52210,164rebels
87,0949,850startup-time
97,6288,245numbered_list
97,6288,245numbered_list
100,5727,851starling-ruby
104,9017,252elrio
105,9207,106crystal_api
122,6265,290year_week
142,7414,037event_sourcing
144,5353,945concurrent-polling
166,2662,701tick_tock

Depends on

RankDownloadsName
28925,037,502rspec

Owners

#GravatarHandle
1icontcrayford