module Guard::Guardfile
def self.create_guardfile(options = {})
- See:  https://github.com/guard/guard/wiki/Upgrading-to-Guard-2.0 -  How to upgrade for Guard 2.0 
Deprecated:
- Use {Guardfile::Generator#create_guardfile} instead.
def self.create_guardfile(options = {}) ::Guard::UI.deprecation(::Guard::Deprecator::CREATE_GUARDFILE_DEPRECATION) Generator.new(options).create_guardfile end