On Sat, 29 Oct 2005, NAKAMURA, Hiroshi wrote: > > I have tested the code and it still works. I could not find > > exhaustive test cases for CSV (looked in Rubycon and on the web) so > > hope I haven't broken anything. > > Please find the bundled test from test/csv/test_csv.rb. It covers > almost all lines so it should help you to refactor csv.rb OK, all tests pass now. I missed the ? off respond_to? on lines 274 and 277. So it seems I should be looking at http://rubyforge.org/frs/shownotes.php?release_id=361 for coverage. > > Regards, > // NaHi Thank you, Hugh