Linux premium180.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
: 162.0.209.168 | : 216.73.216.187
Cant Read [ /etc/named.conf ]
8.3.30
nortrmdp
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
opt /
alt /
ruby18 /
share /
ri /
1.8 /
system /
ObjectSpace /
[ HOME SHELL ]
Name
Size
Permission
Action
_id2ref-c.yaml
638
B
-rw-r--r--
add_finalizer-c.yaml
234
B
-rw-r--r--
call_finalizer-c.yaml
236
B
-rw-r--r--
cdesc-ObjectSpace.yaml
1.63
KB
-rw-r--r--
define_finalizer-c.yaml
360
B
-rw-r--r--
each_object-c.yaml
1.24
KB
-rw-r--r--
finalizers-c.yaml
226
B
-rw-r--r--
garbage_collect-c.yaml
395
B
-rw-r--r--
remove_finalizer-c.yaml
240
B
-rw-r--r--
undefine_finalizer-c.yaml
310
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cdesc-ObjectSpace.yaml
--- !ruby/object:RI::ClassDescription attributes: [] class_methods: - !ruby/object:RI::MethodSummary name: _id2ref - !ruby/object:RI::MethodSummary name: add_finalizer - !ruby/object:RI::MethodSummary name: call_finalizer - !ruby/object:RI::MethodSummary name: define_finalizer - !ruby/object:RI::MethodSummary name: each_object - !ruby/object:RI::MethodSummary name: finalizers - !ruby/object:RI::MethodSummary name: garbage_collect - !ruby/object:RI::MethodSummary name: remove_finalizer - !ruby/object:RI::MethodSummary name: undefine_finalizer comment: - !ruby/struct:SM::Flow::P body: The <tt>ObjectSpace</tt> module contains a number of routines that interact with the garbage collection facility and allow you to traverse all living objects with an iterator. - !ruby/struct:SM::Flow::P body: <tt>ObjectSpace</tt> also provides support for object finalizers, procs that will be called when a specific object is about to be destroyed by garbage collection. - !ruby/struct:SM::Flow::VERB body: " include ObjectSpace\n\n a = "A"\n b = "B"\n c = "C"\n\n define_finalizer(a, proc {|id| puts "Finalizer one on #{id}" })\n define_finalizer(a, proc {|id| puts "Finalizer two on #{id}" })\n define_finalizer(b, proc {|id| puts "Finalizer three on #{id}" })\n" - !ruby/struct:SM::Flow::P body: <em>produces:</em> - !ruby/struct:SM::Flow::VERB body: " Finalizer three on 537763470\n Finalizer one on 537763480\n Finalizer two on 537763480\n" constants: [] full_name: ObjectSpace includes: [] instance_methods: [] name: ObjectSpace superclass:
Close