FasterCSV won't accept :headers option

When I pass :headers => true to FasterCSV.foreach it complains. Without
it it works. Am I doing something wrong?

FasterCSV.foreach(file, {:row_sep => :auto, :col_sep => “\t”,
:quote_char => “~”, :return_headers => false,
:headers => true}) do |row|