📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 01:25:07
📂
/ (Root)
/
opt
/
alt
/
ruby40
/
share
/
gems
/
gems
/
rdoc-7.0.4
/
lib
/
rdoc
📍 /opt/alt/ruby40/share/gems/gems/rdoc-7.0.4/lib/rdoc
🔄 Refresh
✏️
Editing: ri.rb
Read Only
# frozen_string_literal: true require_relative '../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, "#{__dir__}/ri/driver" autoload :Paths, "#{__dir__}/ri/paths" autoload :Store, "#{__dir__}/ri/store" end
💾 Save Changes
❌ Cancel