Sha256: 4442e36c044de803d25e72ff55548eba71d00150ea90b650553586813d8964da

Contents?: true

Size: 374 Bytes

Versions: 19

Compression:

Stored size: 374 Bytes

Contents

# 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

Version data entries

19 entries across 17 versions & 6 rubygems

Version Path
trusty-cms-7.0.9.1 vendor/bundle/ruby/3.1.0/gems/rdoc-6.7.0/lib/rdoc/ri.rb
trusty-cms-7.0.9.1 vendor/bundle/ruby/3.3.0/gems/rdoc-6.10.0/lib/rdoc/ri.rb
trusty-cms-7.0.9.1 vendor/bundle/ruby/3.3.0/gems/rdoc-6.8.1/lib/rdoc/ri.rb
rdoc-6.11.0 lib/rdoc/ri.rb
minato_ruby_api_client-0.2.2 vendor/bundle/ruby/3.2.0/gems/rdoc-6.7.0/lib/rdoc/ri.rb
rdoc-6.10.0 lib/rdoc/ri.rb
rdoc-6.9.1 lib/rdoc/ri.rb
rdoc-6.9.0 lib/rdoc/ri.rb
rdoc-6.8.1 lib/rdoc/ri.rb
rdoc-6.8.0 lib/rdoc/ri.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/rdoc-6.7.0/lib/rdoc/ri.rb
tinymce-rails-7.1.2 vendor/bundle/ruby/3.3.0/gems/rdoc-6.7.0/lib/rdoc/ri.rb
rdoc-6.6.3.1 lib/rdoc/ri.rb
rdoc-6.5.1.1 lib/rdoc/ri.rb
rdoc-6.6.2 lib/rdoc/ri.rb
rdoc-6.6.1 lib/rdoc/ri.rb
honeybadger-5.4.0 vendor/bundle/ruby/3.2.0/gems/rdoc-6.6.0/lib/rdoc/ri.rb
rdoc-6.6.0 lib/rdoc/ri.rb
rdoc-6.5.0 lib/rdoc/ri.rb