Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v3.2.13) is shown here.
behavior()
public
Returns the set behavior or if
one isn’t set, defaults to :stderr
# File activesupport/lib/active_support/deprecation/behaviors.rb, line 11
def behavior
@behavior ||= [DEFAULT_BEHAVIORS[:stderr]]
end