# File lib/plugins/aa.rb, line 8
def
self
.
randSelect
(
array
)
return
array
[
random
(
array
.
length
)]
end