# File lib/guard/dsl.rb, line 118
      def before_reevaluate_guardfile
        ::Guard.run_on_guards do |guard|
          ::Guard.run_supervised_task(guard, :stop)
        end

        ::Guard.guards.clear
        ::Guard.reset_groups
        ::Guard::Notifier.clear_notifications

        @@options.delete(:guardfile_contents)
      end