diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2022-07-29 17:06:18 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2022-07-29 19:10:10 +0900 |
| commit | 4e886d2adeaa3ae8a408fa549f19f203b82d9550 (patch) | |
| tree | 53e88b9084d12e9082dc89861ecb4eda1f6b2207 | |
| parent | b2cc74a50dd492e95bd76252046c25495f06a586 (diff) | |
Update parser-text.rb with https://github.com/ruby/racc/commit/4ecc13c9cbd4663268c34b0a5c99cf5307de7c60
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/6200
| -rw-r--r-- | lib/racc/parser-text.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/racc/parser-text.rb b/lib/racc/parser-text.rb index 4188fa853d..0579f4ce9b 100644 --- a/lib/racc/parser-text.rb +++ b/lib/racc/parser-text.rb @@ -22,7 +22,7 @@ module Racc class ParseError < StandardError; end end unless defined?(::ParseError) - ParseError = Racc::ParseError + ParseError = Racc::ParseError # :nodoc: end # Racc is a LALR(1) parser generator. |
