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



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

def method_missing method, *args
  nil
end