how can i see in which Class/Module a called method is (defined), and where
it has its origin? (Perhaps a list from originally defined to last
modification) method.super.class
Is an existing method to get the full ancestry?
(The path that .is_a checks, but also for methods)
e.g. Matrix.empty(2,0).sort.wherefrom
2016-04-10 15:10 GMT+03:00 A Berger <aberger7890@gmail.com>:
Hello
[ I didnt expect a Fixnum:: method ]
how can i see in which Class/Module a called method is (defined), and
where it has its origin? (Perhaps a list from originally defined to last
modification) method.super.class
Is an existing method to get the full ancestry?
(The path that .is_a checks, but also for methods)
e.g. Matrix.empty(2,0).sort.wherefrom