class ActiveSupport::Deprecation::DeprecatedInstanceVariableProxy

def target

def target
  @instance.__send__(@method)
end