Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 216.73.216.155
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby19 /
lib64 /
ruby /
1.9.1 /
irb /
cmd /
Delete
Unzip
Name
Size
Permission
Date
Action
chws.rb
462
B
-rw-r--r--
2009-10-02 12:04
fork.rb
557
B
-rw-r--r--
2010-05-23 08:48
help.rb
639
B
-rw-r--r--
2011-06-29 13:51
load.rb
1.1
KB
-rw-r--r--
2009-10-02 12:04
nop.rb
526
B
-rw-r--r--
2009-10-02 12:04
pushws.rb
586
B
-rw-r--r--
2009-10-02 12:04
subirb.rb
571
B
-rw-r--r--
2009-10-02 12:04
Save
Rename
# # help.rb - helper using ri # $Release Version: 0.9.6$ # $Revision: 32286 $ # # -- # # # require 'rdoc/ri/driver' require "irb/cmd/nop.rb" module IRB module ExtendCommand class Help<Nop begin Ri = RDoc::RI::Driver.new rescue SystemExit else def execute(*names) if names.empty? Ri.interactive return end names.each do |name| begin Ri.display_name(name.to_s) rescue RDoc::RI::Error puts $!.message end end nil end end end end end