Sha256: 6c6b925440cc5bf218a033c20333343bd1265065534ffd93ca1b4a921fc33772
Contents?: true
Size: 135 Bytes
Versions: 8
Compression:
Stored size: 135 Bytes
Contents
module StatsD::Instrument::Backends class NullBackend < StatsD::Instrument::Backend def collect_metric(metric) end end end
Version data entries
8 entries across 8 versions & 1 rubygems