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 /
ruby31 /
share /
ri /
system /
Range /
Delete
Unzip
Name
Size
Permission
Date
Action
%25-i.ri
1.09
KB
-rw-r--r--
2025-04-28 21:06
%3d%3d%3d-i.ri
1.14
KB
-rw-r--r--
2025-04-28 21:06
%3d%3d-i.ri
1.25
KB
-rw-r--r--
2025-04-28 21:06
as_json-i.ri
371
B
-rw-r--r--
2025-04-28 21:06
begin-i.ri
508
B
-rw-r--r--
2025-04-28 21:06
bsearch-i.ri
445
B
-rw-r--r--
2025-04-28 21:06
cdesc-Range.ri
10.39
KB
-rw-r--r--
2025-04-28 21:06
count-i.ri
1.24
KB
-rw-r--r--
2025-04-28 21:06
cover%3f-i.ri
4.4
KB
-rw-r--r--
2025-04-28 21:06
each-i.ri
698
B
-rw-r--r--
2025-04-28 21:06
end-i.ri
521
B
-rw-r--r--
2025-04-28 21:06
entries-i.ri
638
B
-rw-r--r--
2025-04-28 21:06
eql%3f-i.ri
1.27
KB
-rw-r--r--
2025-04-28 21:06
exclude_end%3f-i.ri
648
B
-rw-r--r--
2025-04-28 21:06
first-i.ri
848
B
-rw-r--r--
2025-04-28 21:06
hash-i.ri
500
B
-rw-r--r--
2025-04-28 21:06
include%3f-i.ri
1.21
KB
-rw-r--r--
2025-04-28 21:06
inspect-i.ri
797
B
-rw-r--r--
2025-04-28 21:06
json_create-c.ri
419
B
-rw-r--r--
2025-04-28 21:06
last-i.ri
1.23
KB
-rw-r--r--
2025-04-28 21:06
max-i.ri
3
KB
-rw-r--r--
2025-04-28 21:06
member%3f-i.ri
1.24
KB
-rw-r--r--
2025-04-28 21:06
min-i.ri
3
KB
-rw-r--r--
2025-04-28 21:06
minmax-i.ri
1.99
KB
-rw-r--r--
2025-04-28 21:06
new-c.ri
819
B
-rw-r--r--
2025-04-28 21:06
size-i.ri
663
B
-rw-r--r--
2025-04-28 21:06
step-i.ri
1.52
KB
-rw-r--r--
2025-04-28 21:06
to_a-i.ri
655
B
-rw-r--r--
2025-04-28 21:06
to_json-i.ri
483
B
-rw-r--r--
2025-04-28 21:06
to_s-i.ri
773
B
-rw-r--r--
2025-04-28 21:06
Save
Rename
U:RDoc::AnyMethod[iI" step:ETI"Range#step;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"*Iterates over the elements of +self+.;To:RDoc::Markup::BlankLine o; ; [I")With a block given and no argument, ;TI"?calls the block each element of the range; returns +self+:;T@o:RDoc::Markup::Verbatim; [I"a = [] ;TI"8(1..5).step {|element| a.push(element) } # => 1..5 ;TI"a # => [1, 2, 3, 4, 5] ;TI"a = [] ;TI"@('a'..'e').step {|element| a.push(element) } # => "a".."e" ;TI"&a # => ["a", "b", "c", "d", "e"] ;T:@format0o; ; [I"CWith a block given and a positive integer argument +n+ given, ;TI"Scalls the block with element +0+, element +n+, element <tt>2n</tt>, and so on:;T@o;; [I"a = [] ;TI";(1..5).step(2) {|element| a.push(element) } # => 1..5 ;TI"a # => [1, 3, 5] ;TI"a = [] ;TI"C('a'..'e').step(2) {|element| a.push(element) } # => "a".."e" ;TI"a # => ["a", "c", "e"] ;T; 0o; ; [I"1With no block given, returns an enumerator, ;TI"Qwhich will be of class Enumerator::ArithmeticSequence if +self+ is numeric; ;TI"#otherwise of class Enumerator:;T@o;; [I".e = (1..5).step(2) # => ((1..5).step(2)) ;TI"<e.class # => Enumerator::ArithmeticSequence ;TI"-('a'..'e').step # => #<Enumerator: ...> ;T; 0o; ; [I"Related: Range#%.;T: @fileI"range.c;T:0@omit_headings_from_table_of_contents_below0I"Ustep(n = 1) {|element| ... } -> self step(n = 1) -> enumerator ;T0[ I"(*args);T@4FI" Range;TcRDoc::NormalClass00