# File lib/ruport/data/record.rb, line 191
    def each 
      to_a.each { |e| yield(e) }
    end