mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
[DOC] Related for Array#at
This commit is contained in:
parent
a552e04d81
commit
3d09242cc4
Notes:
git
2024-09-10 18:01:39 +00:00
1 changed files with 2 additions and 1 deletions
3
array.c
3
array.c
|
@ -1945,7 +1945,8 @@ rb_ary_aref1(VALUE ary, VALUE arg)
|
|||
*
|
||||
* a.at(-2) # => "bar"
|
||||
*
|
||||
* Related: Array#[].
|
||||
* Related: Array#[];
|
||||
* see also {Methods for Fetching}[rdoc-ref:Array@Methods+for+Fetching].
|
||||
*/
|
||||
|
||||
VALUE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue