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 /
Struct /
Delete
Unzip
Name
Size
Permission
Date
Action
%3d%3d-i.ri
1021
B
-rw-r--r--
2026-04-07 16:51
%5b%5d%3d-i.ri
1.33
KB
-rw-r--r--
2026-04-07 16:51
%5b%5d-i.ri
998
B
-rw-r--r--
2026-04-07 16:51
as_json-i.ri
1.03
KB
-rw-r--r--
2026-04-07 16:51
cdesc-Struct.ri
5.77
KB
-rw-r--r--
2026-04-07 16:51
deconstruct-i.ri
615
B
-rw-r--r--
2026-04-07 16:51
deconstruct_keys-i.ri
910
B
-rw-r--r--
2026-04-07 16:51
dig-i.ri
1.25
KB
-rw-r--r--
2026-04-07 16:51
each-i.ri
794
B
-rw-r--r--
2026-04-07 16:51
each_pair-i.ri
891
B
-rw-r--r--
2026-04-07 16:51
eql%3f-i.ri
1011
B
-rw-r--r--
2026-04-07 16:51
filter-i.ri
820
B
-rw-r--r--
2026-04-07 16:51
hash-i.ri
891
B
-rw-r--r--
2026-04-07 16:51
inspect-i.ri
655
B
-rw-r--r--
2026-04-07 16:51
json_create-c.ri
312
B
-rw-r--r--
2026-04-07 16:51
keyword_init%3f-c.ri
770
B
-rw-r--r--
2026-04-07 16:51
length-i.ri
515
B
-rw-r--r--
2026-04-07 16:51
members-c.ri
542
B
-rw-r--r--
2026-04-07 16:51
members-i.ri
550
B
-rw-r--r--
2026-04-07 16:51
new-c.ri
5.36
KB
-rw-r--r--
2026-04-07 16:51
select-i.ri
878
B
-rw-r--r--
2026-04-07 16:51
size-i.ri
535
B
-rw-r--r--
2026-04-07 16:51
to_a-i.ri
649
B
-rw-r--r--
2026-04-07 16:51
to_h-i.ri
1.08
KB
-rw-r--r--
2026-04-07 16:51
to_json-i.ri
633
B
-rw-r--r--
2026-04-07 16:51
to_s-i.ri
628
B
-rw-r--r--
2026-04-07 16:51
values-i.ri
605
B
-rw-r--r--
2026-04-07 16:51
values_at-i.ri
1.63
KB
-rw-r--r--
2026-04-07 16:51
Save
Rename
U:RDoc::AnyMethod[iI"dig:ETI"Struct#dig;TF:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I"7Finds and returns an object among nested objects. ;TI"=The nested objects may be instances of various classes. ;TI"2See {Dig Methods}[rdoc-ref:dig_methods.rdoc].;To:RDoc::Markup::BlankLine o; ; [I"-Given symbol or string argument +name+, ;TI"Freturns the object that is specified by +name+ and +identifiers+:;T@o:RDoc::Markup::Verbatim; [I"Foo = Struct.new(:a) ;TI"*f = Foo.new(Foo.new({b: [1, 2, 3]})) ;TI"4f.dig(:a) # => #<struct Foo a={:b=>[1, 2, 3]}> ;TI"(f.dig(:a, :a) # => {:b=>[1, 2, 3]} ;TI"&f.dig(:a, :a, :b) # => [1, 2, 3] ;TI"!f.dig(:a, :a, :b, 0) # => 1 ;TI"f.dig(:b, 0) # => nil ;T:@format0o; ; [I"!Given integer argument +n+, ;TI"Creturns the object that is specified by +n+ and +identifiers+:;T@o;; [ I"3f.dig(0) # => #<struct Foo a={:b=>[1, 2, 3]}> ;TI"&f.dig(0, 0) # => {:b=>[1, 2, 3]} ;TI"$f.dig(0, 0, :b) # => [1, 2, 3] ;TI"f.dig(0, 0, :b, 0) # => 1 ;TI"f.dig(:b, 0) # => nil;T; 0: @fileI" struct.c;T:0@omit_headings_from_table_of_contents_below0I"Fdig(name, *identifiers) -> object dig(n, *identifiers) -> object ;T0[ I"(*args);T@)FI"Struct;TcRDoc::NormalClass00