abstract class CounterSafe::AbstractCounter
- CounterSafe::AbstractCounter
- Reference
- Object
Direct Known Subclasses
Defined in:
Constructors
Class Method Summary
Instance Method Summary
- #inc(key : String)
- #reset(key : String, the_value : Int32 = 0)
- #reset!
- #reset_all(jsonified_values : String)
- #to_json(builder : JSON::Builder)
- #to_json
- #value(key : String)
- #values