Class: PMetric::Collector::Base
- Inherits:
-
Object
- Object
- PMetric::Collector::Base
- Defined in:
- lib/pmetric/collector/base.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#increment(_) ⇒ Object
4 5 6 |
# File 'lib/pmetric/collector/base.rb', line 4 def increment(_) raise NotImplementedError end |
#write(_) ⇒ Object
8 9 10 |
# File 'lib/pmetric/collector/base.rb', line 8 def write(_) raise NotImplementedError end |