Winds back to the beginning
63 64 65 66
# File 'lib/csv/writer.rb', line 63 def rewind @lineno = 0 @headers = nil if @options[:headers].nil? end