Libraries
»
functional
(0.1.5)
»
Index
»
Counter
»
#next
Method: Counter#next
Defined in:
lib/functional.rb
#
next
⇒
Object
36
# File 'lib/functional.rb', line 36
def
next
;
@c
+=
@step
end