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