module Playbook

def kit_path(kit, *args)

def kit_path(kit, *args)
  Playbook::Engine.root.join("app/pb_kits/playbook/pb_#{kit}", *args)
end