method

nil_target

rails latest stable - Class: ActiveSupport::DelegationError

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

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