module Guard::Setuper

def evaluate_guardfile

Other tags:
    See: Guard::Guardfile::Evaluator#evaluate_guardfile -
def evaluate_guardfile
  evaluator.evaluate_guardfile
  ::Guard::UI.error 'No plugins found in Guardfile, please add at least one.' if plugins.empty?
end