# File lib/guard.rb, line 146 def setup_from_guardfile ::Guard::Dsl.evaluate_guardfile(options) ::Guard::UI.error 'No guards found in Guardfile, please add at least one.' if @guards.empty? end