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