class Guard::Guardfile::Evaluator

def _use_provided

def _use_provided
  return unless custom?
  @path, @contents = _read(@path)
  true
rescue Errno::ENOENT
  fail NoCustomGuardfile, "No Guardfile exists at #{ @path }."
end