method

new

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

No documentation available.

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