class JunkDrawer::Notifier::NullStrategy

Notifier strategy to silently swallow notifications and do nothing

Public Instance Methods

call(*) click to toggle source
# File lib/junk_drawer/notifier/null_strategy.rb, line 11
def call(*); end