behavior()
Returns the current behavior or if one isn’t set, defaults to :stderr.
# File activesupport/lib/active_support/deprecation/behaviors.rb, line 74 def behavior @behavior ||= [DEFAULT_BEHAVIORS[:stderr]] end