Module: Loggr::Support::Annotations::NOPSupport

Included in:
Adapter::NOPAdapter::NOPLogger
Defined in:
lib/loggr/support/annotations.rb

Overview

A doing nothing implementation of tagged & mapped, just to ensure the methods exist.

Instance Method Summary collapse

Instance Method Details

#tagged(*args) ⇒ Object Also known as: mapped



12
# File 'lib/loggr/support/annotations.rb', line 12

def tagged(*args); yield if block_given? end