# File lib/pry/commands/edit/file_and_line_locator.rb, line 5 def from_binding(target) [target.eval("__FILE__"), target.eval("__LINE__")] end