Include the method owner in backtraces by mame · Pull Request #9605 · ruby/ruby
$ cat test.rb def toplevel = raise class Foo def self.class_meth = toplevel def instance_meth = Foo.class_meth end obj = Foo.new def obj.singleton_meth = instance_meth obj.singleton_meth ...