class Guard::Dsl

def guardfile_default_path

Returns:
  • (String) - the path to the Guardfile
def guardfile_default_path
  File.exist?(local_guardfile_path) ? local_guardfile_path : home_guardfile_path
end