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,810 of 180,643
Downloads: 1,949,702

Daily

Ranking: 3,051 of 180,629
Downloads: 1,379

Depended by

RankDownloadsName
3,1413,112,620pluck_to_hash
32,13134,299hobostove
44,45222,486http_spec
54,14517,224bigbertha
57,12616,090task_rb
58,19515,689value_struct
64,60713,566kitlog
72,41711,473procfile-upstart-exporter
81,6139,559value_inspect
84,2249,080rebels
86,9738,618startup-time
97,3997,228numbered_list
97,3997,228numbered_list
99,5926,963starling-ruby
102,6826,553elrio
103,3606,451crystal_api
121,3384,676year_week
141,1163,593event_sourcing
141,2193,589concurrent-polling
165,1282,252tick_tock

Depends on

RankDownloadsName
24771,261,281rspec

Owners

#GravatarHandle
1icontcrayford