From: Love U Ruby Date: 2013-02-25T02:02:50+09:00 Subject: Re: Why class returning its own name when "include" statement? tamouse mailing lists wrote in post #1098808: > On Feb 23, 2013 2:21 AM, "Love U Ruby" wrote: >> class Foo >> >> Does that mean @x has been already initialized? or curious to know what >> "10648020" contains into it? > > @x is set inside the class and will be set thus when Foo.new or Too.new > is > called. Each such object will have its own copy of @x. > > The number in quotes is the inspected object id of the included Show > module > instance. not sure about your statement. seems @ Stefano statement contradicts with you. Can it be more specific what you meant to say? -- Posted via http://www.ruby-forum.com/.