# File lib/guard/dsl.rb, line 134
      def before_reevaluate_guardfile
        ::Guard.runner.run(:stop)
        ::Guard.guards.clear
        ::Guard.setup_groups
        ::Guard::Notifier.clear_notifications

        @@options.delete(:guardfile_contents)
      end