mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Cleaned an excess semicolon up [ci skip]
which has not been removed when translated from C.
This commit is contained in:
parent
838fa941f1
commit
b1eae5e15e
1 changed files with 1 additions and 1 deletions
2
array.rb
2
array.rb
|
@ -31,7 +31,7 @@ class Array
|
|||
#
|
||||
# a.shuffle(random: Random.new(1)) #=> [1, 3, 2]
|
||||
def shuffle(random: Random)
|
||||
__builtin_rb_ary_shuffle(random);
|
||||
__builtin_rb_ary_shuffle(random)
|
||||
end
|
||||
|
||||
# call-seq:
|
||||
|
|
Loading…
Add table
Reference in a new issue