RubyGems Navigation menu

immutable_struct 1.1.1

A version of Ruby's Struct class that creates classes whose instances are immutable. It works just as Struct, but there are no setters, and you can't use []=. As a bonus feature the constructor of classes inheriting from ImmutableStruct can take named parameters in the form of a hash.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 1.2.0 - March 18, 2016 (6 KB)
  2. 1.1.1 - May 20, 2013 (5 KB)
  3. 1.1.0 - December 20, 2012 (5 KB)
  4. 1.0.2 - September 26, 2010 (5 KB)
  5. 1.0.0 - July 06, 2010 (6 KB)

Development Dependencies (2):

rspec >= 0
yard >= 0

Owners:

Authors:

  • Theo Hultberg, Ben Cates

SHA 256 checksum:

f99368c0ff16aa23486df1bab8e02415fbd673bf1dc15d1189b3ad94390b6224

Total downloads 86,453

For this version 26,008

Licenses:

N/A

Required Ruby Version: None

Required Rubygems Version: >= 1.3.6

Links: