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