Class: Scheduled::Instrumenters::Noop
- Inherits:
-
Object
- Object
- Scheduled::Instrumenters::Noop
- Defined in:
- lib/scheduled/instrumenters.rb
Overview
An Instrumentor that performs work without measurement
Class Method Summary collapse
Class Method Details
.instrument(name, payload = {}) {|payload| ... } ⇒ Object
8 9 10 |
# File 'lib/scheduled/instrumenters.rb', line 8 def self.instrument(name, payload = {}) yield payload if block_given? end |