Class: CARPS::DM::Wizard
- Inherits:
-
Wizard
- Object
- Wizard
- CARPS::DM::Wizard
- Defined in:
- lib/carps/wizard/dm.rb
Overview
A wizard for configuring the Dungeon Master
Instance Method Summary collapse
-
#initialize ⇒ Wizard
constructor
A new instance of Wizard.
Constructor Details
#initialize ⇒ Wizard
Returns a new instance of Wizard.
29 30 31 32 33 34 |
# File 'lib/carps/wizard/dm.rb', line 29 def initialize files = ["../mods.yaml", "email.yaml", "process.yaml", "editor.yaml"] dirs = ["games", ".peers", ".mail", "campaigns"] super files, dirs set_steps Setup::Editor.new, Setup::Process.new, Setup::Email.new end |