Support for the Ruby 2.4 series has ended. See here for reference.

In Files

  • resolv-replace.rb

Parent

Methods

Class/Module Index [+]

Quicksearch

SOCKSSocket

Public Class Methods

new(host, serv) click to toggle source
 
               # File resolv-replace.rb, line 73
def initialize(host, serv)
  original_resolv_initialize(IPSocket.getaddress(host), port)
end