Top Level Namespace

Includes:
Net::DNS

Defined Under Namespace

Modules: Net Classes: IPSocket, Resolv, SOCKSSocket, TCPSocket, UDPSocket

Constant Summary

Constants included from Net::DNS

Net::DNS::DecodeError, Net::DNS::Message, Net::DNS::Name

Instance Method Summary collapse

Methods included from Net::DNS

rrname

Instance Method Details



1144
1145
1146
1147
1148
1149
# File 'lib/net/dns/mdns.rb', line 1144

def print_answers(q,answers)
  $print_mutex.synchronize do
    puts "#{q} ->"
    answers.each do |an| puts "  #{an}" end
  end
end