Submit
Path:
~
/
/
opt
/
alt
/
ruby26
/
lib64
/
ruby
/
2.6.0
/
rdoc
/
generator
/
File Content:
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
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
pot
---
0755
template
---
0755
darkfish.rb
20728 bytes
0644
json_index.rb
7813 bytes
0644
markup.rb
3338 bytes
0644
pot.rb
2321 bytes
0644
ri.rb
464 bytes
0644
N4ST4R_ID | Naxtarrr