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.37
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"new:ETI"Data::new;TT:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"OConstructors for classes defined with ::define accept both positional and ;TI"keyword arguments.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"+Measure = Data.define(:amount, :unit) ;TI" ;TI"Measure.new(1, 'km') ;TI"-#=> #<data Measure amount=1, unit="km"> ;TI"(Measure.new(amount: 1, unit: 'km') ;TI"-#=> #<data Measure amount=1, unit="km"> ;TI" ;TI"2# Alternative shorter initialization with [] ;TI"Measure[1, 'km'] ;TI"-#=> #<data Measure amount=1, unit="km"> ;TI"$Measure[amount: 1, unit: 'km'] ;TI"-#=> #<data Measure amount=1, unit="km"> ;T:@format0o; ; [I"UAll arguments are mandatory (unlike Struct), and converted to keyword arguments:;T@o;; [ I"Measure.new(amount: 1) ;TI"?# in `initialize': missing keyword: :unit (ArgumentError) ;TI" ;TI"Measure.new(1) ;TI"?# in `initialize': missing keyword: :unit (ArgumentError) ;T; 0o; ; [ I"WNote that <tt>Measure#initialize</tt> always receives keyword arguments, and that ;TI"Pmandatory arguments are checked in +initialize+, not in +new+. This can be ;TI"Rimportant for redefining initialize in order to convert arguments or provide ;TI"defaults:;T@o;; [I".Measure = Data.define(:amount, :unit) do ;TI" NONE = Data.define ;TI" ;TI"/ def initialize(amount:, unit: NONE.new) ;TI"- super(amount: Float(amount), unit:) ;TI" end ;TI" end ;TI" ;TI"IMeasure.new('10', 'km') # => #<data Measure amount=10.0, unit="km"> ;TI"SMeasure.new(10_000) # => #<data Measure amount=10000.0, unit=#<data NONE>>;T; 0: @fileI" struct.c;T:0@omit_headings_from_table_of_contents_below0I"inew(*args) -> instance new(**kwargs) -> instance ::[](*args) -> instance ::[](**kwargs) -> instance ;T0[ I"(*args);T@:FI" Data;TcRDoc::NormalClass00