class CounterSafe::Shared

Defined in:

Instance methods inherited from class CounterSafe::AbstractCounter

inc(key : String) inc, reset(key : String, the_value : Int32 = 0) reset, reset! reset!, reset_all(jsonified_values : String) reset_all, to_json(builder : JSON::Builder)
to_json
to_json
, value(key : String) value, values values

Constructor methods inherited from class CounterSafe::AbstractCounter

new new

Class methods inherited from class CounterSafe::AbstractCounter

from_json(jsonified_values : String) from_json