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