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