new(remote_address, local_address, &reply_proc) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File ext/socket/lib/socket.rb, line 642
    def initialize(remote_address, local_address, &reply_proc)
      @remote_address = remote_address
      @local_address = local_address
      @reply_proc = reply_proc
    end
Register or log in to add new notes.