📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 16:08:40
📂
/ (Root)
/
opt
/
alt
/
ruby23
/
lib64
/
ruby
/
2.3.0
/
rdoc
📍 /opt/alt/ruby23/lib64/ruby/2.3.0/rdoc
🔄 Refresh
✏️
Editing: ri.rb
Read Only
# frozen_string_literal: false 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
💾 Save Changes
❌ Cancel