# File lib/net/protocol.rb, line 342
    def write(str)
      @socket.__send__(@method_id, str)
    end