class ActiveSupport::DelegationError

option is not used.
Error generated by delegate when a method is called on nil and allow_nil

def nil_target(method_name, target) # :nodoc:

:nodoc:
def nil_target(method_name, target) # :nodoc:
  new("#{method_name} delegated to #{target}, but #{target} is nil")
end