Net::InternetMessageIO::WriteAdapter

class Net::InternetMessageIO::WriteAdapter

Parent:
Object

The writer adapter class

Public Class Methods

new(socket, method) Show source
# File lib/net/protocol.rb, line 362
def initialize(socket, method)
  @socket = socket
  @method_id = method
end
登录查看完整内容