method
warn
v6.1.3.1 -
Show latest stable
- Class:
ActiveSupport::Deprecation::DeprecatedInstanceVariableProxy
warn(callstack, called, args)private
No documentation available.
# File activesupport/lib/active_support/deprecation/proxy_wrappers.rb, line 101
def warn(callstack, called, args)
@deprecator.warn("#{@var} is deprecated! Call #{@method}.#{called} instead of #{@var}.#{called}. Args: #{args.inspect}", callstack)
end