summaryrefslogtreecommitdiff
path: root/ruby_1_9_3/lib/rdoc/ri.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_1_9_3/lib/rdoc/ri.rb')
-rw-r--r--ruby_1_9_3/lib/rdoc/ri.rb18
1 files changed, 0 insertions, 18 deletions
diff --git a/ruby_1_9_3/lib/rdoc/ri.rb b/ruby_1_9_3/lib/rdoc/ri.rb
deleted file mode 100644
index 17da3fbe83..0000000000
--- a/ruby_1_9_3/lib/rdoc/ri.rb
+++ /dev/null
@@ -1,18 +0,0 @@
-require 'rdoc'
-
-##
-# Namespace for the ri command line tool's implementation.
-#
-# See <tt>ri --help</tt> for details.
-
-module RDoc::RI
-
- ##
- # Base RI error class
-
- class Error < RDoc::Error; end
-
-end
-
-require 'rdoc/ri/store'
-