# File lib/arel/algebra/header.rb, line 36
    def bind(relation)
      Header.new(map { |a| a.bind(relation) })
    end