method
warn
v5.0.0.1 -
Show latest stable
-
0 notes -
Class: ActiveSupport::Deprecation::DeprecatedConstantProxy
warn(callstack, called, args)
private
Hide source
# File activesupport/lib/active_support/deprecation/proxy_wrappers.rb, line 144 def warn(callstack, called, args) @deprecator.warn("#{@old_const} is deprecated! Use #{@new_const} instead.", callstack) end