-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken on ruby 2.2.2 #3
Comments
Can you show me what arguments you are passing to CSVDiff.initialize? |
|
I've tested on the latest gem release, and master. |
OK, I don't think this is anything to do with using Ruby 2.2.2; instead, by passing in the headers: true option to CSVDiff.new, you are instructing CSV to return CSV::Row objects instead of an Array. |
Parsing a csv now gives you a CSV::Row, which doesn't respond to
+
.`'get_diff_fields': undefined method + for #CSV::Row:0x007f91dba5fe50 (NoMethodError).
The text was updated successfully, but these errors were encountered: