Current Path :
/
proc
/
self
/
root
/
opt
/
alt
/
ruby21
/
lib64
/
ruby
/
2.1.0
/
rdoc
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//proc/self/root/opt/alt/ruby21/lib64/ruby/2.1.0/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 autoload :Driver, 'rdoc/ri/driver' autoload :Paths, 'rdoc/ri/paths' autoload :Store, 'rdoc/ri/store' end