Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/dummy_files.rb

Instance Method Summary collapse

Instance Method Details

#randomObject



71
72
73
# File 'lib/dummy_files.rb', line 71

def random
  self[Kernel::rand(self.length)]
end