From: Rolf Gebauer Date: 2005-07-19T07:20:55+09:00 Subject: How to find out a method's defining class ? Hi, 1. a method created with Classname.method( 'method_name' ) knows the class it's defined for, as inspect shows. Object.methods returns an Array of Strings only. ObjectSpace.each_object( Method ) delivers methods created as in 1. only Does Reflection provides a way to find out ? Thanks in advance rg