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.37
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby34 /
share /
ri /
system /
ObjectSpace /
Delete
Unzip
Name
Size
Permission
Date
Action
InternalObjectWrapper
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
WeakKeyMap
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
WeakMap
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
allocation_class_path-c.ri
808
B
-rw-r--r--
2026-04-07 16:51
allocation_generation-c.ri
870
B
-rw-r--r--
2026-04-07 16:51
allocation_method_id-c.ri
861
B
-rw-r--r--
2026-04-07 16:51
allocation_sourcefile-c.ri
532
B
-rw-r--r--
2026-04-07 16:51
allocation_sourceline-c.ri
544
B
-rw-r--r--
2026-04-07 16:51
cdesc-ObjectSpace.ri
2.99
KB
-rw-r--r--
2026-04-07 16:51
count_imemo_objects-c.ri
1.13
KB
-rw-r--r--
2026-04-07 16:51
count_nodes-c.ri
1019
B
-rw-r--r--
2026-04-07 16:51
count_objects-c.ri
1.28
KB
-rw-r--r--
2026-04-07 16:51
count_objects_size-c.ri
1.09
KB
-rw-r--r--
2026-04-07 16:51
count_symbols-c.ri
1.33
KB
-rw-r--r--
2026-04-07 16:51
count_tdata_objects-c.ri
1.54
KB
-rw-r--r--
2026-04-07 16:51
define_finalizer-c.ri
2.48
KB
-rw-r--r--
2026-04-07 16:51
dump-i.ri
1.15
KB
-rw-r--r--
2026-04-07 16:51
dump_all-i.ri
2.02
KB
-rw-r--r--
2026-04-07 16:51
dump_shapes-i.ri
916
B
-rw-r--r--
2026-04-07 16:51
each_object-c.ri
1.5
KB
-rw-r--r--
2026-04-07 16:51
garbage_collect-c.ri
363
B
-rw-r--r--
2026-04-07 16:51
garbage_collect-i.ri
363
B
-rw-r--r--
2026-04-07 16:51
internal_class_of-c.ri
678
B
-rw-r--r--
2026-04-07 16:51
internal_super_of-c.ri
702
B
-rw-r--r--
2026-04-07 16:51
memsize_of-c.ri
760
B
-rw-r--r--
2026-04-07 16:51
memsize_of_all-c.ri
1.21
KB
-rw-r--r--
2026-04-07 16:51
reachable_objects_from-c.ri
1.98
KB
-rw-r--r--
2026-04-07 16:51
reachable_objects_from_root-c.ri
534
B
-rw-r--r--
2026-04-07 16:51
trace_object_allocations-c.ri
1.13
KB
-rw-r--r--
2026-04-07 16:51
trace_object_allocations_clear-c.ri
412
B
-rw-r--r--
2026-04-07 16:51
trace_object_allocations_debug_start-c.ri
314
B
-rw-r--r--
2026-04-07 16:51
trace_object_allocations_start-c.ri
411
B
-rw-r--r--
2026-04-07 16:51
trace_object_allocations_stop-c.ri
597
B
-rw-r--r--
2026-04-07 16:51
undefine_finalizer-c.ri
373
B
-rw-r--r--
2026-04-07 16:51
Save
Rename
U:RDoc::AnyMethod[iI"each_object:ETI"ObjectSpace::each_object;TT:publico: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