method

behavior

behavior()
public

No documentation available.

# File activesupport/lib/active_support/deprecation/behaviors.rb, line 10
      def behavior
        @behavior ||= [DEFAULT_BEHAVIORS[:stderr]]
      end