class Guard::Guardfile::Evaluator

This class is responsible for evaluating the Guardfile. It delegates to Guard::Dsl for the actual objects generation from the Guardfile content.

@see Guard::Dsl

TODO: rename this to a Locator or Loader or something