class Net::DNS::Resolver::UdpTimeout

Public Class Methods

new(seconds) click to toggle source
Calls superclass method Net::DNS::Resolver::DnsTimeout.new
# File lib/net/dns/resolver/timeouts.rb, line 71
def initialize(seconds)
  @output = "not defined"
  super
end