Update parser-text.rb with 4ecc13c9cb
This commit is contained in:
parent
b2cc74a50d
commit
4e886d2ade
Notes:
git
2022-07-29 19:10:30 +09:00
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user