From: Brian Candler Date: 2009-01-02T23:55:40+09:00 Subject: Re: about searching constant Bernardo Rufino wrote: > Weird, if you use A.instance_eval("self::WHY") it simply works... can > anyone > explain it? Because that's the same as A::WHY (i.e. inside foo.instance_eval { ... }, self is foo) -- Posted via http://www.ruby-forum.com/.