Class: Tlt::RandNum
- Inherits:
-
Object
- Object
- Tlt::RandNum
- Defined in:
- lib/tlt/rand_num.rb
Instance Method Summary collapse
Instance Method Details
#gen ⇒ Object
3 4 5 |
# File 'lib/tlt/rand_num.rb', line 3 def gen 5.times.map{ single_draw } end |