Class: Integer
- Inherits:
-
Object
- Object
- Integer
- Defined in:
- lib/rcs-common/evidence/common.rb
Overview
- RCS
Instance Method Summary collapse
Instance Method Details
#rand_times(&block) ⇒ Object
75 76 77 |
# File 'lib/rcs-common/evidence/common.rb', line 75 def rand_times(&block) (rand(self-1)+1).times { yield } end |