Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/random_images.rb
Instance Method Summary collapse
Instance Method Details
#random ⇒ Object
45 46 47 |
# File 'lib/random_images.rb', line 45 def random self[rand(self.length)] end |