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 3197e04 commit 0170326Copy full SHA for 0170326
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://docs.ruby-lang.org/en/3.4/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