# File lib/meez/meez.rb, line 161 def self.init_drone(cookbook_name, options) puts '* Initializing Drone' path = File.join(options[:path], cookbook_name) write_template('.drone.yml.erb', path, cookbook_name, options) end