Class: NullObject

Inherits:
Object show all
Defined in:
lib/punchblock/core_ext/ruby.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(*args) ⇒ Object



4
5
6
# File 'lib/punchblock/core_ext/ruby.rb', line 4

def method_missing(*args)
  self
end