From: Nathan Olberding Date: 2006-05-03T02:37:39+09:00 Subject: Re: Mixin Syntax for Newbies Simen wrote: > In the above code, @one is actually an instance variable of module One: > > One.instance_variable_get "@one" > # => "One!" Okay, that makes sense. In that case, is it possible to have instance variables for classes defined in modules which they mix in? -- Posted via http://www.ruby-forum.com/.