Class: Array

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

Instance Method Summary collapse

Instance Method Details

#randomObject



45
46
47
# File 'lib/random_images.rb', line 45

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