# File lib/arel/algebra/header.rb, line 5
    def initialize(attrs = [])
      @attributes = attrs.to_ary
      @names      = {}
    end