Method: Stool::Command#initialize
- Defined in:
- lib/stool/Command.rb
#initialize(argv) ⇒ Command
Returns a new instance of Command.
27 28 29 30 |
# File 'lib/stool/Command.rb', line 27 def initialize(argv) checkConfigFile super end |
Returns a new instance of Command.
27 28 29 30 |
# File 'lib/stool/Command.rb', line 27 def initialize(argv) checkConfigFile super end |