⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.116
Server IP:
78.40.11.138
Server:
Linux tango.o2switch.net 4.18.0-553.30.1.lve.el8.x86_64 #1 SMP Tue Dec 3 01:21:19 UTC 2024 x86_64
Server Software:
Apache
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
opt
/
alt
/
ruby31
/
share
/
ri
/
system
/
Range
/
View File Name :
last-i.ri
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