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