From: Malte Milatz Date: 2005-09-13T01:06:33+09:00 Subject: Re: how to well-qualify the 2-inherited methods at their collision point Jacob Fugal wrote: > Or is > "defined?" a special case keyword that does lazy evaluation on it's > argument? :defined? does not evaluate its argument: irb> defined? exit => "method" irb> Malte