class PTest::Random

Public Instance Methods

select_number() click to toggle source
# File lib/p_test/p_test.rb, line 5
def select_number
  puts "Selects a random number"
  rand(1000)
end