method
new
v2_6_3 -
Show latest stable
- Class:
Net::WriteAdapter
new(socket, method)public
No documentation available.
# File lib/net/protocol.rb, line 448
def initialize(socket, method)
@socket = socket
@method_id = method
end