# File lib/guard/dsl.rb, line 220 def guardfile_default_path File.exist?(local_guardfile_path) ? local_guardfile_path : home_guardfile_path end