From: Wilson Bilkovich Date: 2006-02-18T09:01:39+09:00 Subject: Re: [QUIZ] metakoans.rb (#67) On 2/17/06, ara.t.howard@noaa.gov wrote: > On Sat, 18 Feb 2006, Patrick Hurley wrote: > > > Thanks ok last question (probalby), if remove_instance_variable is called, > > and the attribute is subsequently accessed is it reset to the default value? > > good question. my version does not - the default is set once only. i would > think re-setting an @var when remove_instance_variable has been called would > be suprising behaviour - but it's up to you. > > > Thanks again for a good quiz > > sure. it was pretty fun to write too! > > cheers. > Awesome quiz. For a while there, I didn't think I was going to succeed. My favorite part is how removing code often let me pass more tests. Very zen.