Class: Integer

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

Instance Method Summary collapse

Instance Method Details

#randObject



2
3
4
# File 'lib/random_integer.rb', line 2

def rand
  rand (1..9999)
end