Parent

Methods

Class/Module Index [+]

Quicksearch

ActiveSupport::Deprecation::DeprecatedObjectProxy

Public Class Methods

new(object, message) click to toggle source
# File lib/active_support/deprecation.rb, line 148
def initialize(object, message)
  @object = object
  @message = message
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.