# File lib/pry/commands/whereami.rb, line 74
    def location
      "#{@file} @ line #{@line} #{@method && @method.name_with_owner}"
    end