Libraries
»
rchoice
(0.3.0)
»
Index (A)
»
Array
Class: Array
Inherits:
Object
Object
Array
show all
Defined in:
lib/rchoice/core_ext.rb
Instance Method Summary
collapse
#
rand_el
⇒ Object
Instance Method Details
#
rand_el
⇒
Object
2 3 4 5
# File 'lib/rchoice/core_ext.rb', line 2
def
rand_el
i
=
rand
(
length
)
self
[
i
]
end