Class: NilClass

Inherits:
Object
  • Object
show all
Defined in:
lib/redefine.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(*_) ⇒ Object



3
4
5
# File 'lib/redefine.rb', line 3

def method_missing(*_)
  nil
end