Class: NullObject
- Inherits:
-
Object
- Object
- NullObject
- Defined in:
- lib/dtr/ruby_ext.rb
Instance Method Summary collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(method, *args, &block) ⇒ Object
2 3 4 |
# File 'lib/dtr/ruby_ext.rb', line 2 def method_missing(method, *args, &block) nil end |