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.60
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby26 /
share /
ri /
2.6.0 /
system /
OpenStruct /
Delete
Unzip
Name
Size
Permission
Date
Action
%3d%3d-i.ri
800
B
-rw-r--r--
2023-07-26 18:33
%5b%5d%3d-i.ri
596
B
-rw-r--r--
2023-07-26 18:33
%5b%5d-i.ri
543
B
-rw-r--r--
2023-07-26 18:33
as_json-i.ri
382
B
-rw-r--r--
2023-07-26 18:33
cdesc-OpenStruct.ri
3.43
KB
-rw-r--r--
2023-07-26 18:33
delete_field-i.ri
884
B
-rw-r--r--
2023-07-26 18:33
dig-i.ri
1.01
KB
-rw-r--r--
2023-07-26 18:33
each_pair-i.ri
779
B
-rw-r--r--
2023-07-26 18:33
eql%3f-i.ri
441
B
-rw-r--r--
2023-07-26 18:33
freeze-i.ri
235
B
-rw-r--r--
2023-07-26 18:33
hash-i.ri
493
B
-rw-r--r--
2023-07-26 18:33
inspect-i.ri
373
B
-rw-r--r--
2023-07-26 18:33
json_create-c.ri
428
B
-rw-r--r--
2023-07-26 18:33
marshal_dump-i.ri
345
B
-rw-r--r--
2023-07-26 18:33
marshal_load-i.ri
346
B
-rw-r--r--
2023-07-26 18:33
new-c.ri
813
B
-rw-r--r--
2023-07-26 18:33
to_h-i.ri
995
B
-rw-r--r--
2023-07-26 18:33
to_json-i.ri
390
B
-rw-r--r--
2023-07-26 18:33
to_s-i.ri
249
B
-rw-r--r--
2023-07-26 18:33
Save
Rename
U:RDoc::AnyMethod[iI" to_h:ETI"OpenStruct#to_h;TF:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I">Converts the OpenStruct to a hash with keys representing ;TI"@each attribute (as symbols) and their corresponding values.;To:RDoc::Markup::BlankLine o; ; [I"CIf a block is given, the results of the block on each pair of ;TI"(the receiver will be used as pairs.;T@o:RDoc::Markup::Verbatim; [ I"require "ostruct" ;TI"Mdata = OpenStruct.new("country" => "Australia", :capital => "Canberra") ;TI"Idata.to_h # => {:country => "Australia", :capital => "Canberra" } ;TI":data.to_h {|name, value| [name.to_s, value.upcase] } ;TI"J # => {"country" => "AUSTRALIA", "capital" => "CANBERRA" };T:@format0: @fileI"lib/ostruct.rb;T:0@omit_headings_from_table_of_contents_below0I"]ostruct.to_h -> hash ostruct.to_h {|name, value| block } -> hash ;T0[ I" (&block);T@FI"OpenStruct;TcRDoc::NormalClass00