method
behavior
v3.0.0 -
Show latest stable
- Class:
ActiveSupport::Deprecation
behavior()public
No documentation available.
# File activesupport/lib/active_support/deprecation/behaviors.rb, line 10
def behavior
@behavior ||= [DEFAULT_BEHAVIORS[:stderr]]
end