In Files

  • resolv-replace.rb

Parent

Methods

Class/Module Index [+]

Quicksearch

IPSocket

Public Class Methods

getaddress(host) click to toggle source
 
               # File resolv-replace.rb, line 9
def getaddress(host)
  begin
    return Resolv.getaddress(host).to_s
  rescue Resolv::ResolvError
    raise SocketError, "Hostname not known: #{host}"
  end
end
            
There is an updated format of the API docs for this version here.