> Ruby always drives me nuts how things are just in-scope and we don’t know why or where they came from.
irb(main):005:0> Foo.new.method(:bar).source_location => ["tmp/test.rb", 5]
[dead]
[dead]