method
keep_end
v2_6_3 -
Show latest stable
- Class:
CSV::Parser::Scanner
keep_end()public
No documentation available.
# File lib/csv/parser.rb, line 39
def keep_end
start = @keeps.pop
string[start, pos - start]
end