# File lib/active_support/deprecation/behaviors.rb, line 21
      def behavior=(behavior)
        @behavior = Array.wrap(behavior).map { |b| DEFAULT_BEHAVIORS[b] || b }
      end