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