method

new

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

No documentation available.

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