class Guard::Dsl
def guardfile_default_path
-
(String)- the path to the Guardfile
def guardfile_default_path File.exist?(local_guardfile_path) ? local_guardfile_path : home_guardfile_path end
(String)
- the path to the Guardfile
def guardfile_default_path File.exist?(local_guardfile_path) ? local_guardfile_path : home_guardfile_path end