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