Class: Range

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

Instance Method Summary collapse

Instance Method Details

#randomObject



78
79
80
# File 'lib/dummy_files.rb', line 78

def random
  first + rand(last)
end