method
warn
v6.0.0 -
Show latest stable
- Class:
ActiveSupport::Deprecation::InstanceDelegator::OverrideDelegators
warn(message = nil, callstack = nil)public
No documentation available.
# File activesupport/lib/active_support/deprecation/instance_delegator.rb, line 27
def warn(message = nil, callstack = nil)
callstack ||= caller_locations(2)
super
end