# File lib/meez/meez.rb, line 131 def self.init_knife(cookbook_name, options) puts '* Initializing Knife' path = File.join(options[:path], cookbook_name) add_gem(path, 'chef', '> 11') end