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



29
30
31
# File 'lib/sometimes.rb', line 29

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