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