Libraries
»
integrity
(0.1.11)
»
Index (A)
»
Array
Class: Array
Inherits:
Object
Object
Array
show all
Defined in:
lib/integrity/notifier/test/fixtures.rb
Instance Method Summary
collapse
#
pick
⇒ Object
Instance Method Details
#
pick
⇒
Object
6 7 8
# File 'lib/integrity/notifier/test/fixtures.rb', line 6
def
pick
self
[
rand
(
self
.
length
)
]
end