method

method_missing

v2.2.1 - Show latest stable - Class: NilClass
method_missing(method, *args, &block)
private

No documentation available.

# File activesupport/lib/active_support/whiny_nil.rb, line 45
    def method_missing(method, *args, &block)
      raise_nil_warning_for METHOD_CLASS_MAP[method], method, caller
    end