class Bundler::GemHelper

def guard_clean

def guard_clean
  clean? or raise("There are files that need to be committed first.")
end