# File lib/Dnsruby/message.rb, line 413 def each_section [@answer, @authority, @additional].each {|section| yield section} end