Class: ModalSupport::SafeNil

Inherits:
BasicObject
Includes:
Singleton
Defined in:
lib/modalsupport/methodcall.rb

Instance Method Summary collapse

Methods inherited from BasicObject

#raise

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(method, *args, &b) ⇒ Object



24
25
26
# File 'lib/modalsupport/methodcall.rb', line 24

def method_missing(method, *args, &b)
  return nil
end