Duplicate: How To Find Where A Ruby Method Is Defined At Runtime
With a given object, is it possible to find out where each method was defined?
|
|
Duplicate: How To Find Where A Ruby Method Is Defined At RuntimeWith a given object, is it possible to find out where each method was defined?
|
||||||||
|
closed as exact duplicate by Mitch Wheat Dec 21 '08 at 3:26 |
|
|
After the fact, it will be pretty tough, but you can use a hook method to observe the line numbers where a method is defined.
|
||
|
|