Skip to content

Commit

Permalink
[ruby/racc] [DOC] Remove stale Object::ParseError documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu authored and matzbot committed May 16, 2022
1 parent 105609d commit 774b9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/racc/parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 774b9e2

Please sign in to comment.