Actions
Bug #7528
closedCSV.== fails to check object type
Description
CSV::Row's equality method presumes it is comparing another CSV::Row. It fails when the object to be compared doesn't support the 'row' method:
/usr/lib/ruby/1.9.1/csv.rb:478:in ==': undefined method
row' for nil:NilClass (NoMethodError)
from test.rb:7:in `'
Files
Actions
Like0
Like0Like0Like0Like0Like0Like0