mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove non-US-ASCII characters [ci skip]
This commit is contained in:
parent
d23917dd85
commit
b8804010fb
1 changed files with 2 additions and 2 deletions
4
array.c
4
array.c
|
@ -1701,10 +1701,10 @@ static VALUE rb_ary_aref2(VALUE ary, VALUE b, VALUE e);
|
|||
* call-seq:
|
||||
* array[index] -> object or nil
|
||||
* array[start, length] -> object or nil
|
||||
* array[range] → object or nil
|
||||
* array[range] -> object or nil
|
||||
* array.slice(index) -> object or nil
|
||||
* array.slice(start, length) -> object or nil
|
||||
* array.slice(range) → object or nil
|
||||
* array.slice(range) -> object or nil
|
||||
*
|
||||
* Returns elements from +self+; does not modify +self+.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue