method
target
v7.1.3.4 -
Show latest stable
- Class:
ActiveSupport::Deprecation::DeprecatedInstanceVariableProxy
target()private
No documentation available.
# File activesupport/lib/active_support/deprecation/proxy_wrappers.rb, line 98
def target
@instance.__send__(@method)
end