method
target
rails 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