logoalt Hacker News

vidarhtoday at 2:14 PM1 replyview on HN

> 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]


Replies

draw_downtoday at 5:40 PM

[dead]