From: Rick DeNatale Date: 2010-09-18T02:20:14+09:00 Subject: Re: method_missing On Fri, Sep 17, 2010 at 11:55 AM, Diego Viola wrote: > Nice, so method_missing is called when I call a method that I didn't > defined myself? > > Thanks, It's called when a message is sent to an object which doesn't have a method. If it does it doesn't matter who defined it. -- Rick DeNatale Blog: http://talklikeaduck.denhaven2.com/ Github: http://github.com/rubyredrick Twitter: @RickDeNatale WWR: http://www.workingwithrails.com/person/9021-rick-denatale LinkedIn: http://www.linkedin.com/in/rickdenatale