class Init
Public Class Methods
run()
click to toggle source
# File lib/playbook/init.rb, line 3 def self.run FileUtils.touch('playbooks.yml') end
# File lib/playbook/init.rb, line 3 def self.run FileUtils.touch('playbooks.yml') end