Class: NilClass
- Inherits:
-
Object
- Object
- NilClass
- Defined in:
- lib/fu_nil.rb
Instance Method Summary collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(meth, *args, &block) ⇒ Object
7 8 9 |
# File 'lib/fu_nil.rb', line 7 def method_missing(meth, *args, &block) 0.send(meth, *args) end |