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 /
ruby24 /
share /
ri /
2.4.0 /
system /
Range /
Delete
Unzip
Name
Size
Permission
Date
Action
%3d%3d%3d-i.ri
774
B
-rw-r--r--
2023-07-26 18:18
%3d%3d-i.ri
681
B
-rw-r--r--
2023-07-26 18:18
as_json-i.ri
370
B
-rw-r--r--
2023-07-26 18:18
begin-i.ri
434
B
-rw-r--r--
2023-07-26 18:18
bsearch-i.ri
2.57
KB
-rw-r--r--
2023-07-26 18:18
cdesc-Range.ri
3.14
KB
-rw-r--r--
2023-07-26 18:18
cover%3f-i.ri
739
B
-rw-r--r--
2023-07-26 18:18
each-i.ri
938
B
-rw-r--r--
2023-07-26 18:18
end-i.ri
451
B
-rw-r--r--
2023-07-26 18:18
eql%3f-i.ri
693
B
-rw-r--r--
2023-07-26 18:18
exclude_end%3f-i.ri
520
B
-rw-r--r--
2023-07-26 18:18
first-i.ri
533
B
-rw-r--r--
2023-07-26 18:18
hash-i.ri
530
B
-rw-r--r--
2023-07-26 18:18
include%3f-i.ri
698
B
-rw-r--r--
2023-07-26 18:18
inspect-i.ri
413
B
-rw-r--r--
2023-07-26 18:18
json_create-c.ri
418
B
-rw-r--r--
2023-07-26 18:18
last-i.ri
754
B
-rw-r--r--
2023-07-26 18:18
max-i.ri
832
B
-rw-r--r--
2023-07-26 18:18
member%3f-i.ri
696
B
-rw-r--r--
2023-07-26 18:18
min-i.ri
839
B
-rw-r--r--
2023-07-26 18:18
new-c.ri
529
B
-rw-r--r--
2023-07-26 18:18
size-i.ri
617
B
-rw-r--r--
2023-07-26 18:18
step-i.ri
1.09
KB
-rw-r--r--
2023-07-26 18:18
to_json-i.ri
482
B
-rw-r--r--
2023-07-26 18:18
to_s-i.ri
383
B
-rw-r--r--
2023-07-26 18:18
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.;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"arng.step(n=1) {| obj | block } -> rng rng.step(n=1) -> an_enumerator ;T0[ I"(p1 = v1);T@-FI" Range;TcRDoc::NormalClass00