method
new
Ruby on Rails latest stable (v3.2.13)
-
0 notes -
Class: ActiveSupport::Deprecation::DeprecatedObjectProxy
new(object, message)
public
Hide source
# File activesupport/lib/active_support/deprecation/proxy_wrappers.rb, line 29 def initialize(object, message) @object = object @message = message end


