CSV.open problem, help please

2012/6/28 Ryan D. [email protected]:

On Jun 27, 2012, at 14:54 , Bartosz Dziewoński wrote:

Well then probably Ruby’s CSV sucks. I don’t know, never used it. I’m
too lazy to install 1.9.2 now and try to replicate.

CSV ships in both ruby 1.8 and 1.9… but they’re different impls. Ruby 1.9
ships with JEG2’s faster_csv impl and 1.8 ships with… whatever it has always
shipped with.

I’m on 1.9.3, which is apparently also different (the line mentioned
in OP’s backtrace contains something completely different).

– Matma R.