PHP 8.2.31
Preview: ri.rb Size: 464 B
/proc/thread-self/root/opt/alt/ruby40/share/gems/gems/rdoc-7.0.4/lib/rdoc/generator/ri.rb

# frozen_string_literal: true
##
# Generates ri data files

class RDoc::Generator::RI

  RDoc::RDoc.add_generator self

  ##
  # Description of this generator

  DESCRIPTION = 'creates ri data files'

  ##
  # Set up a new ri generator

  def initialize(store, options) #:not-new:
    @options    = options
    @store      = store
    @store.path = '.'
  end

  ##
  # Writes the parsed data store to disk for use by ri.

  def generate
    @store.save
  end

end

Directory Contents

Dirs: 2 × Files: 6

Name Size Perms Modified Actions
pot DIR
- drwxr-xr-x 2026-06-09 07:03:27
Edit Download
template DIR
- drwxr-xr-x 2026-06-09 07:03:27
Edit Download
4.20 KB lrw-r--r-- 2026-05-21 12:15:23
Edit Download
21.83 KB lrw-r--r-- 2026-05-21 12:15:23
Edit Download
7.33 KB lrw-r--r-- 2026-05-21 12:15:23
Edit Download
3.45 KB lrw-r--r-- 2026-05-21 12:15:23
Edit Download
2.22 KB lrw-r--r-- 2026-05-21 12:15:23
Edit Download
464 B lrw-r--r-- 2026-05-21 12:15:23
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).