(3..6).times do
34 35 36
# File 'lib/sometimes.rb', line 34 def times(&block) Random.rand(self).times(&block) end