Class: Locomotive::Common::Notifier

Inherits:
Object
  • Object
show all
Defined in:
lib/locomotive/common/notifier.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(_method, *_args) ⇒ Object



6
7
8
# File 'lib/locomotive/common/notifier.rb', line 6

def method_missing _method, *_args
  nil
end