# File lib/rspec/core/configuration.rb, line 1014
      def warnings= value
        $VERBOSE = !!value
      end