Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.216.68
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
ruby /
3.0.0 /
rdoc /
generator /
Delete
Unzip
Name
Size
Permission
Date
Action
pot
[ DIR ]
drwxr-xr-x
2026-07-06 06:50
template
[ DIR ]
drwxr-xr-x
2026-02-06 13:11
darkfish.rb
20.25
KB
-rw-r--r--
2021-07-07 19:08
json_index.rb
7.59
KB
-rw-r--r--
2026-06-17 20:57
markup.rb
3.26
KB
-rw-r--r--
2021-07-07 19:08
pot.rb
2.25
KB
-rw-r--r--
2021-07-07 19:08
ri.rb
464
B
-rw-r--r--
2021-07-07 19:08
Save
Rename
# 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