Libraries
»
CloudyScripts
(1.8.29)
»
Index
»
Array
»
#sample
Method: Array#sample
Defined in:
lib/audit/lib/util/random_string.rb
#
sample
⇒
Object
6 7 8
# File 'lib/audit/lib/util/random_string.rb', line 6
def
sample
(
)
return
self
.
choice
(
)
end