NAME
Catmandu::Counter - A Base class for modules who need to count things
SYNOPSIS
ATTRIBUTES
count
The current value of the counter.
METHODS
inc_count()
inc_count(NUMBER)
Increment the counter.
dec_count()
dec_count(NUMBER)
Decrement the counter.
reset_count()
Reset the counter to zero.