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,493 of 196,619
Downloads: 4,062,208

Daily

Ranking: 6,355 of 196,594
Downloads: 328

Depended by

RankDownloadsName
3,1955,173,683pluck_to_hash
34,41740,144hobostove
44,97327,981http_spec
49,34624,654value_struct
58,69519,395bigbertha
60,48518,647task_rb
72,20114,452kitlog
77,20313,083procfile-upstart-exporter
84,92111,301value_inspect
87,06210,849startup-time
87,22510,811rebels
98,9038,817numbered_list
98,9038,817numbered_list
101,6218,462starling-ruby
107,0367,710elrio
107,9607,574crystal_api
124,8115,671year_week
144,2344,384event_sourcing
148,3474,160concurrent-polling
168,0013,074tick_tock

Depends on

RankDownloadsName
291,020,353,632rspec

Owners

#GravatarHandle
1icontcrayford