module ActiveSupport::Deprecation::InstanceDelegator::OverrideDelegators

def warn(message = nil, callstack = nil)

:nodoc:
def warn(message = nil, callstack = nil)
  callstack ||= caller_locations(2)
  super
end