Class: Contracto::Command::Start
- Inherits:
-
Object
- Object
- Contracto::Command::Start
- Defined in:
- lib/contracto/command/start.rb
Defined Under Namespace
Instance Method Summary collapse
- #execute ⇒ Object
-
#initialize(args) ⇒ Start
constructor
A new instance of Start.
Constructor Details
Instance Method Details
#execute ⇒ Object
13 14 15 |
# File 'lib/contracto/command/start.rb', line 13 def execute @strategy.execute end |