Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/randexp/core_ext/array.rb

Instance Method Summary collapse

Instance Method Details

#pickObject



2
3
4
# File 'lib/randexp/core_ext/array.rb', line 2

def pick
  at Kernel.rand(size)
end