# File lib/pry/default_commands/whereami.rb, line 27
        def setup
          @method = Pry::Method.from_binding(target)
          @file = target.eval('__FILE__')
          @line = target.eval('__LINE__')
        end