class Guard::Guardfile::Evaluator

def evaluate_guardfile

Other tags:
    Example: Programmatically evaluate a Guardfile with an inline Guardfile -
    Example: Programmatically evaluate a Guardfile with a custom Guardfile path -
    Example: Programmatically evaluate a Guardfile -
def evaluate_guardfile
  _fetch_guardfile_contents
  _instance_eval_guardfile(guardfile_contents)
end