Class: NilClass

Inherits:
Object show all
Defined in:
lib/opendmm/utils.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(meth, *args, &block) ⇒ Object



41
42
43
# File 'lib/opendmm/utils.rb', line 41

def method_missing(meth, *args, &block)
  nil
end