From: Daniel DeLorme Date: 2007-11-14T10:32:19+09:00 Subject: Re: does Ruby has method properties Trans wrote: > Besides #method! there is also #instance_method!. You have to realize > the limitations of this though. In Ruby instance methods are not the > same as object methods (shown above). So: > > X.instance_method!('sayit') != X.new.method!('sayit') Why not? Come on Trans, you can make this work! :-)