⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.133
Server IP:
185.119.109.197
Server:
Linux managedhosting.chostar.me 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
self
/
root
/
usr
/
share
/
ri
/
3.0.0
/
system
/
Array
/
View File Name :
delete_at-i.ri
U:RDoc::AnyMethod[iI"delete_at:ETI"Array#delete_at;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"DDeletes an element from +self+, per the given \Integer +index+.;To:RDoc::Markup::BlankLine o; ; [I"IWhen +index+ is non-negative, deletes the element at offset +index+:;To:RDoc::Markup::Verbatim; [I"a = [:foo, 'bar', 2] ;TI"a.delete_at(1) # => "bar" ;TI"a # => [:foo, 2] ;T:@format0o; ; [I"*If index is too large, returns +nil+.;T@o; ; [I"IWhen +index+ is negative, counts backward from the end of the array:;To;; [I"a = [:foo, 'bar', 2] ;TI" a.delete_at(-2) # => "bar" ;TI"a # => [:foo, 2] ;T; 0o; ; [I":If +index+ is too small (far from zero), returns nil.;T: @fileI"array.c;T:0@omit_headings_from_table_of_contents_below0I"5array.delete_at(index) -> deleted_object or nil ;T0[ I" (p1);T@%FI" Array;TcRDoc::NormalClass00