CURRENT PATH:
/
opt
/
alt
/
ruby23
/
lib64
/
ruby
/
2.3.0
/
rdoc
/
generator
/
KEMBALI
|
HOME
Upload File Local:
Upload
Upload via URL:
Download
Dir Baru
File Baru
Editing:
ri.rb
# frozen_string_literal: false ## # 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
SIMPAN
BATAL