class ActiveSupport::Deprecation::DeprecatedConstantProxy

def inspect

logs rely on it for diagnostics.
Don't give a deprecation warning on inspect since test/unit and error
def inspect
  target.inspect
end