🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 00:28:12 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
ruby27
/
share
/
gems
/
gems
/
rdoc-6.2.1.1
/
lib
/
rdoc
📍 /opt/alt/ruby27/share/gems/gems/rdoc-6.2.1.1/lib/rdoc
🔄 Refresh
✏️
Editing: ri.rb
Read Only
# frozen_string_literal: true 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