From: Stefan Rusterholz Date: 2007-09-28T10:00:57+09:00 Subject: Re: Method origin? John Wells wrote: > Guys, > > In a deep inheritance tree, is there an easy way to determine the origin > or source (module, class) of a method? > > Thanks, > John a) Use fri (fast-ri) b) Use Method#inspect, example: [].method(:find) # => # Regards Stefan -- Posted via http://www.ruby-forum.com/.