solnic / virtus

[DISCONTINUED ] Attributes on Steroids for Plain Old Ruby Objects
MIT License
3.77k stars 229 forks source link

Options#define_option_method: don’t clobber `false` ivars #256

Closed chastell closed 10 years ago

chastell commented 10 years ago

This is a follow-up to #255 – I just realised the previous approach would clobber false ivars (by reassigning them to nil). Apologies!

solnic commented 10 years ago

no worries, thanks