X7ROOT File Manager
Current Path:
/opt/alt/ruby26/lib64/ruby/2.6.0/rdoc/generator
opt
/
alt
/
ruby26
/
lib64
/
ruby
/
2.6.0
/
rdoc
/
generator
/
ðŸ“
..
📄
darkfish.rb
(20.24 KB)
📄
json_index.rb
(7.63 KB)
📄
markup.rb
(3.26 KB)
ðŸ“
pot
📄
pot.rb
(2.27 KB)
📄
ri.rb
(464 B)
ðŸ“
template
Editing: 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
Upload File
Create Folder