Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
ignore_broken_line()
private
No documentation available.
# File lib/csv/parser.rb, line 1040
def ignore_broken_line
@scanner.scan_all(@not_line_end)
@scanner.scan_all(@cr_or_lf)
@lineno += 1
end