Class: ModalSupport::SafeNil
Instance Method Summary collapse
Methods inherited from BasicObject
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 |