# File lib/arel/algebra/header.rb, line 10
    def each
      to_ary.each { |e| yield e }
      self
    end