# File lib/Dnsruby/resource/resource.rb, line 153
    def each
      @rrs.each do |rr|
        yield rr
      end
    end