We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd5fe8 commit be2189bCopy full SHA for be2189b
lib/csv/parser.rb
@@ -47,7 +47,7 @@ class UnexpectedError < StandardError
47
# Uses StringScanner (the official strscan gem). Strscan provides lexical
48
# scanning operations on a String. We inherit its object and take advantage
49
# on the methods. For more information, please visit:
50
- # https://ruby-doc.org/stdlib-2.6.1/libdoc/strscan/rdoc/StringScanner.html
+ # https://docs.ruby-lang.org/en/master/StringScanner.html
51
#
52
class Scanner < StringScanner
53
alias_method :scan_all, :scan
0 commit comments