Module: Synced::NoopInstrumenter
- Defined in:
- lib/synced.rb
Overview
Default instrumenter which does nothing.
Class Method Summary collapse
Class Method Details
.instrument(name, payload = {}) {|payload| ... } ⇒ Object
6 7 8 |
# File 'lib/synced.rb', line 6 def self.instrument(name, payload = {}) yield payload if block_given? end |