Method: Net::DNS::MDNS::QueryImp#each
- Defined in:
- lib/net/dns/mdns.rb
#each ⇒ Object
Loop forever, yielding answers as available.
875 876 877 878 879 |
# File 'lib/net/dns/mdns.rb', line 875 def each # :yield: answers loop do yield pop end end |