method
warn
v3.1.0 -
Show latest stable
- Class:
ActiveSupport::Deprecation::DeprecatedConstantProxy
warn(callstack, called, args)private
No documentation available.
# File activesupport/lib/active_support/deprecation/proxy_wrappers.rb, line 76
def warn(callstack, called, args)
ActiveSupport::Deprecation.warn("#{@old_const} is deprecated! Use #{@new_const} instead.", callstack)
end