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.217.130
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby25 /
share /
ri /
2.5.0 /
system /
OpenStruct /
Delete
Unzip
Name
Size
Permission
Date
Action
%3d%3d-i.ri
800
B
-rw-r--r--
2023-07-26 18:25
%5b%5d%3d-i.ri
596
B
-rw-r--r--
2023-07-26 18:25
%5b%5d-i.ri
543
B
-rw-r--r--
2023-07-26 18:25
as_json-i.ri
382
B
-rw-r--r--
2023-07-26 18:25
cdesc-OpenStruct.ri
3.43
KB
-rw-r--r--
2023-07-26 18:25
delete_field-i.ri
884
B
-rw-r--r--
2023-07-26 18:25
dig-i.ri
1.01
KB
-rw-r--r--
2023-07-26 18:25
each_pair-i.ri
779
B
-rw-r--r--
2023-07-26 18:25
eql%3f-i.ri
441
B
-rw-r--r--
2023-07-26 18:25
freeze-i.ri
235
B
-rw-r--r--
2023-07-26 18:25
hash-i.ri
493
B
-rw-r--r--
2023-07-26 18:25
inspect-i.ri
373
B
-rw-r--r--
2023-07-26 18:25
json_create-c.ri
428
B
-rw-r--r--
2023-07-26 18:25
marshal_dump-i.ri
345
B
-rw-r--r--
2023-07-26 18:25
marshal_load-i.ri
346
B
-rw-r--r--
2023-07-26 18:25
new-c.ri
813
B
-rw-r--r--
2023-07-26 18:25
to_h-i.ri
637
B
-rw-r--r--
2023-07-26 18:25
to_json-i.ri
390
B
-rw-r--r--
2023-07-26 18:25
to_s-i.ri
249
B
-rw-r--r--
2023-07-26 18:25
Save
Rename
U:RDoc::AnyMethod[iI"dig:ETI"OpenStruct#dig;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"CExtracts the nested value specified by the sequence of +name+ ;TI"Cobjects by calling +dig+ at each step, returning +nil+ if any ;TI" intermediate step is +nil+.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"require "ostruct" ;TI"Faddress = OpenStruct.new("city" => "Anytown NC", "zip" => 12345) ;TI"Lperson = OpenStruct.new("name" => "John Smith", "address" => address) ;TI" ;TI"7person.dig(:address, "zip") # => 12345 ;TI"5person.dig(:business_address, "zip") # => nil ;TI" ;TI"2data = OpenStruct.new(:array => [1, [2, 3]]) ;TI" ;TI"%data.dig(:array, 1, 0) # => 2 ;TI"Ldata.dig(:array, 0, 0) # TypeError: Integer does not have #dig method;T:@format0: @fileI"lib/ostruct.rb;T:0@omit_headings_from_table_of_contents_below0I"'ostruct.dig(name, ...) -> object ;T0[ I"(name, *names);T@FI"OpenStruct;TcRDoc::NormalClass00