summaryrefslogtreecommitdiff
path: root/lib/rdoc/ri.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rdoc/ri.rb')
-rw-r--r--lib/rdoc/ri.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/rdoc/ri.rb b/lib/rdoc/ri.rb
index 17da3fbe83..8b35e0fa2f 100644
--- a/lib/rdoc/ri.rb
+++ b/lib/rdoc/ri.rb
@@ -12,7 +12,9 @@ module RDoc::RI
class Error < RDoc::Error; end
-end
+ autoload :Driver, 'rdoc/ri/driver'
+ autoload :Paths, 'rdoc/ri/paths'
+ autoload :Store, 'rdoc/ri/store'
-require 'rdoc/ri/store'
+end