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.198
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby32 /
share /
ri /
system /
Range /
Delete
Unzip
Name
Size
Permission
Date
Action
%25-i.ri
1.09
KB
-rw-r--r--
2026-04-07 17:42
%3d%3d%3d-i.ri
1.14
KB
-rw-r--r--
2026-04-07 17:42
%3d%3d-i.ri
1.25
KB
-rw-r--r--
2026-04-07 17:42
as_json-i.ri
371
B
-rw-r--r--
2026-04-07 17:42
begin-i.ri
508
B
-rw-r--r--
2026-04-07 17:42
bsearch-i.ri
445
B
-rw-r--r--
2026-04-07 17:42
cdesc-Range.ri
10
KB
-rw-r--r--
2026-04-07 17:42
count-i.ri
1.24
KB
-rw-r--r--
2026-04-07 17:42
cover%3f-i.ri
4.44
KB
-rw-r--r--
2026-04-07 17:42
each-i.ri
698
B
-rw-r--r--
2026-04-07 17:42
end-i.ri
521
B
-rw-r--r--
2026-04-07 17:42
entries-i.ri
638
B
-rw-r--r--
2026-04-07 17:42
eql%3f-i.ri
1.27
KB
-rw-r--r--
2026-04-07 17:42
exclude_end%3f-i.ri
648
B
-rw-r--r--
2026-04-07 17:42
first-i.ri
848
B
-rw-r--r--
2026-04-07 17:42
hash-i.ri
500
B
-rw-r--r--
2026-04-07 17:42
include%3f-i.ri
1.21
KB
-rw-r--r--
2026-04-07 17:42
inspect-i.ri
797
B
-rw-r--r--
2026-04-07 17:42
json_create-c.ri
419
B
-rw-r--r--
2026-04-07 17:42
last-i.ri
1.23
KB
-rw-r--r--
2026-04-07 17:42
max-i.ri
3
KB
-rw-r--r--
2026-04-07 17:42
member%3f-i.ri
1.24
KB
-rw-r--r--
2026-04-07 17:42
min-i.ri
3
KB
-rw-r--r--
2026-04-07 17:42
minmax-i.ri
1.99
KB
-rw-r--r--
2026-04-07 17:42
new-c.ri
819
B
-rw-r--r--
2026-04-07 17:42
size-i.ri
663
B
-rw-r--r--
2026-04-07 17:42
step-i.ri
1.52
KB
-rw-r--r--
2026-04-07 17:42
to_a-i.ri
655
B
-rw-r--r--
2026-04-07 17:42
to_json-i.ri
483
B
-rw-r--r--
2026-04-07 17:42
to_s-i.ri
773
B
-rw-r--r--
2026-04-07 17:42
Save
Rename
U:RDoc::AnyMethod[iI" last:ETI"Range#last;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"HWith no argument, returns the last element of +self+, if it exists:;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"(1..4).last # => 4 ;TI"('a'..'d').last # => "d" ;T:@format0o; ; [I"INote that +last+ with no argument returns the end element of +self+ ;TI"%even if #exclude_end? is +true+:;T@o;; [I"(1...4).last # => 4 ;TI"('a'...'d').last # => "d" ;T; 0o; ; [I"3With non-negative integer argument +n+ given, ;TI"/returns the last +n+ elements in an array:;T@o;; [I"%(1..10).last(3) # => [8, 9, 10] ;TI"(1..10).last(0) # => [] ;TI"'(1..4).last(50) # => [1, 2, 3, 4] ;T; 0o; ; [I"NNote that +last+ with argument does not return the end element of +self+ ;TI" if #exclude_end? it +true+:;T@o;; [I"((1...4).last(3) # => [1, 2, 3] ;TI".('a'...'d').last(3) # => ["a", "b", "c"] ;T; 0o; ; [I"5Raises an exception if there is no last element:;T@o;; [I"#(1..).last # Raises RangeError;T; 0: @fileI"range.c;T:0@omit_headings_from_table_of_contents_below0I"%last -> object last(n) -> array ;T0[ I"(*args);T@2FI" Range;TcRDoc::NormalClass00