BETAmodules.com is in beta — open to partnerships & joint ventures.Build with us

values

v1.8.0RubyGems· Ruby

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

The verdict
Abandoned. Last published 10 years ago. No recent activity — look for a maintained alternative.
No recent activity — look for a maintained alternative.
Live from the RubyGems registry · derived rules, not AI
How it scores
MaintenanceAbandoned
PopularityNiche
SecurityClean
LicensePermissive
DepsZero deps
Maintenance
Last published 10 years ago.
Popularity
6.2K downloads / week
Security
No known advisories for this version (OSV).
License
MIT
Dependencies
No runtime dependencies
Recent releases
  • 1.8.010 years ago
  • 1.7.111 years ago
  • 1.7.011 years ago
  • 1.6.011 years ago
  • 1.5.013 years ago
  • 1.4.013 years ago
  • 1.3.013 years ago
  • 1.2.115 years ago
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 (Ruby / RubyGems) · Modules