Class: Lanes::Command::Guard
- Inherits:
-
Thor::Group
- Object
- Thor::Group
- Lanes::Command::Guard
- Includes:
- Thor::Actions
- Defined in:
- lib/lanes/command/guard.rb
Instance Method Summary collapse
Instance Method Details
#start ⇒ Object
12 13 14 15 |
# File 'lib/lanes/command/guard.rb', line 12 def start say 'Starting Guard', :green ::Guard.start end |