Sha256: d35bd0530424f7d3dfb5c67ade40f182d6a30e00101290216e6453789e5af312
Contents?: true
Size: 335 Bytes
Versions: 40
Compression:
Stored size: 335 Bytes
Contents
module Honeybadger class Agent # Internal: A default worker which does nothing. class NullWorker def push(obj) true end def shutdown true end def shutdown! true end def flush true end def start true end end end end
Version data entries
40 entries across 40 versions & 2 rubygems