# File lib/csvparser.rb, line 188 def ==( csvparser ) if @lines == csvparser.lines then true else false end end