From: George Malamidis Date: 2007-08-02T07:40:47+09:00 Subject: Re: how to determine which file a method is defined in Hi, You might also want to try http://unroller.rubyforge.org/ George On 1 Aug 2007, at 21:57, Fenton Travers wrote: > I would like to know if there is a way to definitively tell which > file a > given method was defined in. > > Basically I'm trying to understand what a method does and would > like to > look in the file that defines it to better understand it. I've got > IRB > running and I'd like to do something like: > > > self.method("find").inspect > > but this doesn't exactly tell me where the method is defined so I > can't > go figure exactly what it does. > > thx! > -- > Posted via http://www.ruby-forum.com/. >