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 1f810c4 commit 057c0ffCopy full SHA for 057c0ff
lib/rdoc.rb
@@ -128,7 +128,7 @@ def self.load_yaml
128
autoload :CrossReference, 'rdoc/cross_reference'
129
autoload :ERBIO, 'rdoc/erbio'
130
autoload :ERBPartial, 'rdoc/erb_partial'
131
- autoload :Encoding, 'rdoc/encoding'
+ require 'rdoc/encoding'
132
autoload :Generator, 'rdoc/generator'
133
autoload :Options, 'rdoc/options'
134
autoload :Parser, 'rdoc/parser'
0 commit comments