Libraries
»
when_exe
(0.3.7)
»
Index
»
When
»
Parts
»
Enumerator
»
#count
Method: When::Parts::Enumerator#count
Defined in:
lib/when_exe/parts/enumerator.rb
#
count
⇒
Integer
(readonly)
現在の繰り返し回数
Returns:
(
Integer
)
78 79 80
# File 'lib/when_exe/parts/enumerator.rb', line 78
def
count
@count
end