module ActiveSupport::Deprecation::Behavior

def behavior

Returns the current behavior or if one isn't set, defaults to +:stderr+.
def behavior
  @behavior ||= [DEFAULT_BEHAVIORS[:stderr]]
end