target()
private

No documentation available.

# File activesupport/lib/active_support/deprecation/proxy_wrappers.rb, line 52
        def target
          @instance.__send__(@method)
        end