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) # => #<Method: Array(Enumerable)#find> Regards Stefan -- Posted via http://www.ruby-forum.com/.