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



87
88
89
# File 'lib/hobo_support/methodcall.rb', line 87

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