Class: Range
- Inherits:
-
Object
- Object
- Range
- Defined in:
- lib/random_images.rb
Instance Method Summary collapse
Instance Method Details
#random ⇒ Object
51 52 53 |
# File 'lib/random_images.rb', line 51 def random first + rand(last) end |