method

nil_target

nil_target(method_name, target)
public

No documentation available.

# File activesupport/lib/active_support/delegation.rb, line 10
      def nil_target(method_name, target) # :nodoc:
        new("#{method_name} delegated to #{target}, but #{target} is nil")
      end