class Guard::Dsl

def home_guardfile_path

Returns:
  • (String) - the path to ~/.Guardfile
def home_guardfile_path
  File.expand_path(File.join('~', '.Guardfile'))
end