# File lib/faster_csv.rb, line 311
    def header?(name)
      headers.include? name
    end