Don't refer to Homesick as a class

This commit is contained in:
Nicolas McCurdy
2014-04-16 17:57:00 -04:00
parent 03d87807e0
commit 1c3403064e

View File

@@ -1,6 +1,6 @@
# -*- encoding : utf-8 -*- # -*- encoding : utf-8 -*-
module Homesick module Homesick
# Git-related and file-related helper methods for the Homesick class # Git-related and file-related helper methods for Homesick
module Actions module Actions
# TODO: move this to be more like thor's template, empty_directory, etc # TODO: move this to be more like thor's template, empty_directory, etc
def git_clone(repo, config = {}) def git_clone(repo, config = {})