Class: Xezat::Command::Prep
- Inherits:
-
Object
- Object
- Xezat::Command::Prep
- Includes:
- Xezat
- Defined in:
- lib/xezat/command/prep.rb
Constant Summary
Constants included from Xezat
Xezat::CONFIG_FILE, DATA_DIR, REPOSITORY_DIR, ROOT_DIR, TEMPLATE_DIR, VERSION
Instance Method Summary collapse
- #execute ⇒ Object
-
#initialize(options, cygport) ⇒ Prep
constructor
A new instance of Prep.
Methods included from Xezat
#bashvar, #config, #packages, #variables
Constructor Details
#initialize(options, cygport) ⇒ Prep
Returns a new instance of Prep.
13 14 15 16 |
# File 'lib/xezat/command/prep.rb', line 13 def initialize(, cygport) @options = @cygport = cygport end |