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 /
ruby34 /
share /
ri /
system /
Data /
Delete
Unzip
Name
Size
Permission
Date
Action
%3d%3d-i.ri
904
B
-rw-r--r--
2026-04-07 16:51
cdesc-Data.ri
3.13
KB
-rw-r--r--
2026-04-07 16:51
deconstruct-i.ri
986
B
-rw-r--r--
2026-04-07 16:51
deconstruct_keys-i.ri
1.12
KB
-rw-r--r--
2026-04-07 16:51
define-c.ri
1.53
KB
-rw-r--r--
2026-04-07 16:51
eql%3f-i.ri
911
B
-rw-r--r--
2026-04-07 16:51
hash-i.ri
1.06
KB
-rw-r--r--
2026-04-07 16:51
inspect-i.ri
725
B
-rw-r--r--
2026-04-07 16:51
members-c.ri
510
B
-rw-r--r--
2026-04-07 16:51
members-i.ri
540
B
-rw-r--r--
2026-04-07 16:51
new-c.ri
1.88
KB
-rw-r--r--
2026-04-07 16:51
to_h-i.ri
1.02
KB
-rw-r--r--
2026-04-07 16:51
to_s-i.ri
683
B
-rw-r--r--
2026-04-07 16:51
with-i.ri
1.31
KB
-rw-r--r--
2026-04-07 16:51
Save
Rename
U:RDoc::AnyMethod[iI" to_h:ETI"Data#to_h;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"4Returns Hash representation of the data object.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [ I"+Measure = Data.define(:amount, :unit) ;TI""distance = Measure[10, 'km'] ;TI" ;TI"distance.to_h ;TI"$#=> {:amount=>10, :unit=>"km"} ;T:@format0o; ; [I"GLike Enumerable#to_h, if the block is provided, it is expected to ;TI"1produce key-value pairs to construct a hash:;T@o;; [I"9distance.to_h { |name, val| [name.to_s, val.to_s] } ;TI"(#=> {"amount"=>"10", "unit"=>"km"} ;T; 0o; ; [I"HNote that there is a useful symmetry between #to_h and #initialize:;T@o;; [ I".distance2 = Measure.new(**distance.to_h) ;TI".#=> #<data Measure amount=10, unit="km"> ;TI"distance2 == distance ;TI" #=> true;T; 0: @fileI" struct.c;T:0@omit_headings_from_table_of_contents_below0I"4to_h -> hash to_h {|name, value| ... } -> hash ;T0[ I"();T@'FI" Data;TcRDoc::NormalClass00