From: Bil Kleb Date: 2008-04-24T20:55:03+09:00 Subject: FasterCSV.foreach lineno? OK, so I can't think my way out of a paper this morning. Can I access FasterCVS#lineno while inside a foreach? For example, $ cat << EOF > csv_file one two three EOF $ ruby -rubygems \ -e'require "fastercsv";FasterCSV.foreach("csv_file")\ {|r| puts "lineno somehow"}' Thanks, -- Bil Kleb http://fun3d.larc.nasa.gov