class SafeNil

Public Instance Methods

method_missing(method, *args, &b) click to toggle source
# File lib/hobo_support/methodcall.rb, line 87
def method_missing(method, *args, &b)
  return nil
end