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,826 of 182,878
Downloads: 2,177,077

Daily

Ranking: 4,864 of 182,869
Downloads: 325

Depended by

RankDownloadsName
3,1673,413,754pluck_to_hash
32,66635,123hobostove
44,27623,626http_spec
54,93317,619bigbertha
57,30516,675task_rb
58,52116,230value_struct
65,99113,703kitlog
73,21311,757procfile-upstart-exporter
82,0019,894value_inspect
84,3819,446rebels
87,1348,966startup-time
97,5677,518numbered_list
97,5677,518numbered_list
100,2417,183starling-ruby
103,6236,724elrio
104,2556,630crystal_api
121,8464,828year_week
142,1113,692concurrent-polling
142,1533,690event_sourcing
166,2012,341tick_tock

Depends on

RankDownloadsName
25813,260,135rspec

Owners

#GravatarHandle
1icontcrayford