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
2
array.rb
2
array.rb
@ -31,7 +31,7 @@ class Array
|
|||||||
#
|
#
|
||||||
# a.shuffle(random: Random.new(1)) #=> [1, 3, 2]
|
# a.shuffle(random: Random.new(1)) #=> [1, 3, 2]
|
||||||
def shuffle(random: Random)
|
def shuffle(random: Random)
|
||||||
__builtin_rb_ary_shuffle(random);
|
__builtin_rb_ary_shuffle(random)
|
||||||
end
|
end
|
||||||
|
|
||||||
# call-seq:
|
# call-seq:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user