method

new

rails latest stable - Class: ActiveSupport::Deprecation::DeprecatedInstanceVariable

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.0.3) is shown here.

new(value, method)
public

No documentation available.

# File activesupport/lib/active_support/deprecation.rb, line 182
      def initialize(value, method)
        super(value)
        @method = method
        @value = value
      end