Hi,
I saw:
Ticket #125 (closed defect: fixed)
about CSV.

I do a pretty simple test:
#######
require 'csv'

CSV.open('testCSV.csv', 'r') do |row|
  p row
end
#######

this test works in ruby 1.8.7, but in macruby 0.6 I get an empty reader...
my arch is: MacRuby version 0.6 (ruby 1.9.0) [universal-darwin10.0, x86_64]

thanks!

L-P
_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to