Method: MTK::Patterns::Pattern#cycle_count
- Defined in:
- lib/mtk/patterns/pattern.rb
#cycle_count ⇒ Object (readonly)
The number of cycles emitted (1 cycle == all elements emitted) since the last #rewind
32 33 34 |
# File 'lib/mtk/patterns/pattern.rb', line 32 def cycle_count @cycle_count end |