class Net::WriteAdapter

def initialize(socket, method)

def initialize(socket, method)
  @socket = socket
  @method_id = method
end