nandosola / dilithium-rb

A tiny framework to power your enterprise-ish stuff in Ruby
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

BaseValues should be mutable #64

Closed mcamou closed 10 years ago

mcamou commented 10 years ago

When calling a mutator on a BaseValue, you should be able to change any of the non-key attributes.

mcamou commented 10 years ago

You can create a new BaseValue with the same keys and call Mapper#update. If the use case is L10N then you're doing it wrong :)