Class: Range

Inherits:
Object show all
Defined in:
lib/sometimes.rb

Overview

(3..6).times do

Instance Method Summary collapse

Instance Method Details

#times(&block) ⇒ Object



64
65
66
# File 'lib/sometimes.rb', line 64

def times(&block)
  Random.rand(self).times(&block)
end