method
warn
v4.2.9 -
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 121
def warn(callstack, called, args)
@deprecator.warn("#{@old_const} is deprecated! Use #{@new_const} instead.", callstack)
end