PHP 8.2.31
Preview: ri.rb Size: 434 B
//proc/thread-self/root/opt/alt/ruby20/lib64/ruby/2.0.0/rdoc/generator/ri.rb

##
# 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: 1 × Files: 4

Name Size Perms Modified Actions
template DIR
- drwxr-xr-x 2024-03-03 22:43:41
Edit Download
18.69 KB lrw-r--r-- 2013-02-08 04:12:56
Edit Download
6.21 KB lrw-r--r-- 2012-11-27 04:28:14
Edit Download
3.43 KB lrw-r--r-- 2012-11-27 08:54:03
Edit Download
434 B lrw-r--r-- 2012-11-27 04:28:14
Edit Download

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