attr_immutable 1.0.1
AttrImmutable add the attr_immutable class method to create immutable properties on Ruby classes. The attribute are only accessible using the accessor/mutator pair by hiding the attribute value using a closure. (ie. the immutable attribute is not stored in an instance variable and therefore can't be accessed in any other way. No developer end runs.)
          Gemfile:
          =
        
        
          installation:
          =
        
      Dépendances de Development (1):
            rspec
            ~> 2.6
          
    