# File lib/pry-remote-em/server.rb, line 274
    def receive_shell_data(d)
      return if require_auth
      @shell_cmd.send_data(d)
    end