(3..6).times do
29 30 31
# File 'lib/sometimes.rb', line 29 def times(&block) Random.rand(self).times(&block) end