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 /
ruby30 /
share /
ri /
system /
OpenStruct /
Delete
Unzip
Name
Size
Permission
Date
Action
%3d%3d-i.ri
801
B
-rw-r--r--
2024-06-26 17:25
%5b%5d%3d-i.ri
646
B
-rw-r--r--
2024-06-26 17:25
%5b%5d-i.ri
584
B
-rw-r--r--
2024-06-26 17:25
as_json-i.ri
383
B
-rw-r--r--
2024-06-26 17:25
cdesc-OpenStruct.ri
5.2
KB
-rw-r--r--
2024-06-26 17:25
delete_field-i.ri
885
B
-rw-r--r--
2024-06-26 17:25
dig-i.ri
912
B
-rw-r--r--
2024-06-26 17:25
each_pair-i.ri
780
B
-rw-r--r--
2024-06-26 17:25
eql%3f-i.ri
442
B
-rw-r--r--
2024-06-26 17:25
freeze-i.ri
236
B
-rw-r--r--
2024-06-26 17:25
inspect-i.ri
374
B
-rw-r--r--
2024-06-26 17:25
json_create-c.ri
429
B
-rw-r--r--
2024-06-26 17:25
new-c.ri
814
B
-rw-r--r--
2024-06-26 17:25
set_ostruct_member_value%21-i.ri
299
B
-rw-r--r--
2024-06-26 17:25
to_h-i.ri
996
B
-rw-r--r--
2024-06-26 17:25
to_json-i.ri
391
B
-rw-r--r--
2024-06-26 17:25
to_s-i.ri
250
B
-rw-r--r--
2024-06-26 17:25
Save
Rename
U:RDoc::AnyMethod[iI" to_h:ETI"OpenStruct#to_h;TF:privateo: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