Method: Async::DNS::Transaction#process
- Defined in:
- lib/async/dns/transaction.rb
#process ⇒ Object
A helper method to process the transaction on the given server. Unless the transaction is deferred, it will #succeed on completion.
189 190 191 |
# File 'lib/async/dns/transaction.rb', line 189 def process @server.process(name, @resource_class, self) end |