Class: Dnsruby::Message
- Inherits:
-
Object
- Object
- Dnsruby::Message
- Defined in:
- lib/mock_dns_server/dnsruby_monkey_patch.rb
Instance Method Summary collapse
-
#add_answer!(rr) ⇒ Object
:nodoc: all.
Instance Method Details
#add_answer!(rr) ⇒ Object
:nodoc: all
11 12 13 14 15 16 |
# File 'lib/mock_dns_server/dnsruby_monkey_patch.rb', line 11 def add_answer!(rr) #:nodoc: all #if ([email protected]?rr) @answer << rr update_counts #end end |