Closed amir20 closed 10 years ago
@amir20 Thanks for bug report. I've already reproduced it.
Fixing it right now.
Nice. I was going to fix it but I am in between meetings. I'll you do it instead. :dancer:
@amir20 fast fix is to require 'forwardable' ( http://www.ruby-doc.org/stdlib-2.0/libdoc/forwardable/rdoc/Forwardable.html ) in your code before requiring tsv.
But I want to add test that will actually check that in spec - this is a bit harder.
Fixed in v 0.0.2 , which is already released on Rubygems.
I get the following when doing
require 'csv'