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 /
ruby33 /
share /
ri /
system /
Data /
Delete
Unzip
Name
Size
Permission
Date
Action
%3d%3d-i.ri
905
B
-rw-r--r--
2026-04-07 17:22
cdesc-Data.ri
3.14
KB
-rw-r--r--
2026-04-07 17:22
deconstruct-i.ri
987
B
-rw-r--r--
2026-04-07 17:22
deconstruct_keys-i.ri
1.12
KB
-rw-r--r--
2026-04-07 17:22
define-c.ri
1.53
KB
-rw-r--r--
2026-04-07 17:22
eql%3f-i.ri
912
B
-rw-r--r--
2026-04-07 17:22
hash-i.ri
1.06
KB
-rw-r--r--
2026-04-07 17:22
inspect-i.ri
726
B
-rw-r--r--
2026-04-07 17:22
members-c.ri
511
B
-rw-r--r--
2026-04-07 17:22
members-i.ri
541
B
-rw-r--r--
2026-04-07 17:22
new-c.ri
1.88
KB
-rw-r--r--
2026-04-07 17:22
to_h-i.ri
1.02
KB
-rw-r--r--
2026-04-07 17:22
to_s-i.ri
684
B
-rw-r--r--
2026-04-07 17:22
with-i.ri
1.31
KB
-rw-r--r--
2026-04-07 17:22
Save
Rename
U:RDoc::AnyMethod[iI" to_h:ETI"Data#to_h;TF:privateo: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