Class: Perchance::Nothing

Inherits:
Object show all
Defined in:
lib/perchance/nothing.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(method, *args) ⇒ Object



17
18
19
20
# File 'lib/perchance/nothing.rb', line 17

def method_missing(method, *args)
  Perchance::Util.logger.warn("method Perchance::Nothing##{method}' called")
  return self
end