method

write

write(str)
public

No documentation available.

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