1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/racc] [DOC] Remove stale Object::ParseError documentation

https://github.com/ruby/racc/commit/4ecc13c9cb
This commit is contained in:
Nobuyoshi Nakada 2022-05-13 16:01:36 +09:00 committed by git
parent 105609d382
commit 774b9e27ae

View file

@ -20,7 +20,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.