# File lib/guard/dsl.rb, line 120
      def instance_eval_guardfile(contents)
        new.instance_eval(contents, options[:guardfile_path], 1)
      rescue
        ::Guard::UI.error "Invalid Guardfile, original error is:\n#{ $! }"
      end