Skip to content

Commit 057c0ff

Browse files
committed
Workaround for JRuby on Travis
1 parent 1f810c4 commit 057c0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rdoc.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def self.load_yaml
128128
autoload :CrossReference, 'rdoc/cross_reference'
129129
autoload :ERBIO, 'rdoc/erbio'
130130
autoload :ERBPartial, 'rdoc/erb_partial'
131-
autoload :Encoding, 'rdoc/encoding'
131+
require 'rdoc/encoding'
132132
autoload :Generator, 'rdoc/generator'
133133
autoload :Options, 'rdoc/options'
134134
autoload :Parser, 'rdoc/parser'

0 commit comments

Comments
 (0)