# File lib/pry/default_commands/whereami.rb, line 45 def location "#{@file} @ line #{show_method? ? @method.source_line : @line} #{@method && @method.name_with_owner}" end