instance method
warn
Ruby on Rails 4.2.9
Since v4.0.13 PrivateSignature
warn(callstack, called, args)
No documentation comment.
Parameters
-
callstackreq -
calledreq -
argsreq
Source
# File activesupport/lib/active_support/deprecation/proxy_wrappers.rb, line 91
def warn(callstack, called, args)
@deprecator.warn("#{@var} is deprecated! Call #{@method}.#{called} instead of #{@var}.#{called}. Args: #{args.inspect}", callstack)
end
Defined in activesupport/lib/active_support/deprecation/proxy_wrappers.rb line 91
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Deprecation::DeprecatedInstanceVariableProxy