mustmodify / valuable

quick ruby modeling -- basically attr_accessor with default values, light-weight casting, and a constructor
http://valuable.mustmodify.com/
MIT License
72 stars 3 forks source link

Shouldn't be able to break everything with `has_value :instance` #22

Closed mustmodify closed 8 years ago

mustmodify commented 8 years ago

instance is reserved for valuable. But it might make more sense for that to be __instance__. In any case, determine what methods are reserved and raise an error when trying to create matching attributes.

mustmodify commented 8 years ago

duplicate of #17