Class: Hookem::HookemNullObject

Inherits:
Object
  • Object
show all
Defined in:
lib/hookem.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(*args, &block) ⇒ Object



100
101
102
# File 'lib/hookem.rb', line 100

def method_missing(*args, &block)
  nil
end