Method: Integer#stimes
- Defined in:
- lib/HDLRuby/std/sequencer.rb
#stimes(&ruby_block) ⇒ Object
HW times iteration.
2306 2307 2308 |
# File 'lib/HDLRuby/std/sequencer.rb', line 2306 def stimes(&ruby_block) return (0..self-1).seach(&ruby_block) end |