Current File : //opt/alt/ruby19/lib64/ruby/1.9.1/rdoc/ri.rb
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'