# File lib/active_support/deprecation.rb, line 188
      def __getobj__
        ActiveSupport::Deprecation.warn("Instance variable @#{@method} is deprecated! Call instance method #{@method} instead.")
        @value
      end