We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f3ec64 commit bccb937Copy full SHA for bccb937
lib/rdoc.rb
@@ -146,7 +146,6 @@ def self.load_yaml
146
147
autoload :KNOWN_CLASSES, 'rdoc/known_classes'
148
149
- autoload :RipperStateLex, 'rdoc/parser/ripper_state_lex'
150
autoload :TokenStream, 'rdoc/token_stream'
151
152
autoload :Comment, 'rdoc/comment'
lib/rdoc/parser/ruby.rb
@@ -141,6 +141,7 @@
141
# standard rdocable item following it.
142
143
require 'ripper'
144
+require_relative 'ripper_state_lex'
145
class RDoc::Parser::Ruby < RDoc::Parser
0 commit comments