Class: Array

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

Instance Method Summary collapse

Instance Method Details

#randomObject



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

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