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:
parent
105609d382
commit
774b9e27ae
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue