Class: Domotics::Core::BlackHole

Inherits:
Object
  • Object
show all
Defined in:
lib/domotics/core/helper/helper.rb

Overview

Suppress no method errors

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(*args) ⇒ Object



31
32
33
# File 'lib/domotics/core/helper/helper.rb', line 31

def method_missing(*args)
  self
end