# File lib/bundler/gem_helper.rb, line 131
    def guard_clean
      clean? && committed? || raise("There are files that need to be committed first.")
    end