Class: SafeNil

Inherits:
Object show all
Includes:
Singleton
Defined in:
lib/hobo_support/methodcall.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(method, *args, &b) ⇒ Object



66
67
68
# File 'lib/hobo_support/methodcall.rb', line 66

def method_missing(method, *args, &b)
  return nil
end