method
warn
v3.0.9 -
Show latest stable
-
0 notes -
Class: ActiveSupport::Deprecation::DeprecatedInstanceVariableProxy
warn(callstack, called, args)
private
Hide source
# File activesupport/lib/active_support/deprecation/proxy_wrappers.rb, line 56 def warn(callstack, called, args) ActiveSupport::Deprecation.warn("#{@var} is deprecated! Call #{@method}.#{called} instead of #{@var}.#{called}. Args: #{args.inspect}", callstack) end