method
nil_target
v7.2.3 -
Show latest stable
- Class:
ActiveSupport::DelegationError
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