Class: JunkDrawer::Notifier::NullStrategy

Inherits:
Object
  • Object
show all
Includes:
Callable
Defined in:
lib/junk_drawer/notifier/null_strategy.rb

Overview

Notifier strategy to silently swallow notifications and do nothing

Instance Method Summary collapse

Methods included from Callable

included, #to_proc

Instance Method Details

#callObject



11
# File 'lib/junk_drawer/notifier/null_strategy.rb', line 11

def call(*); end