# File lib/pry-remote-em/server.rb, line 315
    def send_last_prompt
      @auth_required ? (after_auth { send_prompt(@last_prompt) }) :  send_prompt(@last_prompt)
    end