PHP 8.2.31
Preview: ri.rb Size: 464 B
//proc/thread-self/root/opt/alt/ruby25/lib64/ruby/2.5.0/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: 5

Name Size Perms Modified Actions
pot DIR
- drwxr-xr-x 2024-03-03 22:47:51
Edit Download
template DIR
- drwxr-xr-x 2024-03-03 22:47:51
Edit Download
20.13 KB lrw-r--r-- 2021-04-05 11:46:35
Edit Download
7.48 KB lrw-r--r-- 2021-04-05 11:46:35
Edit Download
3.46 KB lrw-r--r-- 2021-04-05 11:46:35
Edit Download
2.33 KB lrw-r--r-- 2021-04-05 11:46:35
Edit Download
464 B lrw-r--r-- 2021-04-05 11:46:35
Edit Download

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