Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
last_line()
private
No documentation available.
# File lib/csv/parser.rb, line 600
def last_line
if @scanner
@last_line ||= @scanner.keep_end
else
@last_line
end
end