Skip to content

Commit 4ecc13c

Browse files
committed
[DOC] Remove stale Object::ParseError documentation
1 parent f719b2d commit 4ecc13c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/racc/parser.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module Racc
2020
class ParseError < StandardError; end
2121
end
2222
unless defined?(::ParseError)
23-
ParseError = Racc::ParseError
23+
ParseError = Racc::ParseError # :nodoc:
2424
end
2525

2626
# Racc is a LALR(1) parser generator.

0 commit comments

Comments
 (0)