# File lib/pry-remote-em/server/shell_cmd.rb, line 8
      def receive_data(d)
        @pryem.send_shell_cmd(d.force_encoding("utf-8"))
      end