method

new

ruby latest stable - Class: Net::WriteAdapter
new(socket, method)
public

No documentation available.

# File lib/net/protocol.rb, line 384
    def initialize(socket, method)
      @socket = socket
      @method_id = method
    end