Categories: None [Edit]

attr_immutable

https://rubygems.org/gems/attr_immutable
https://github.com/MarkMenard/attr_immutable
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.)

Total

Ranking: 58,661 of 180,702
Downloads: 15,544

Daily

Ranking: 50,424 of 180,689
Downloads: 6

Depended by

RankDownloadsName

Depends on

RankDownloadsName
24772,716,171rspec

Owners

#GravatarHandle
1iconmark_menard