Class: Lanes::Command::Server
- Inherits:
-
Thor::Group
- Object
- Thor::Group
- Lanes::Command::Server
- Includes:
- Thor::Actions
- Defined in:
- lib/lanes/command/server.rb
Instance Method Summary collapse
Instance Method Details
#launch ⇒ Object
11 12 13 14 |
# File 'lib/lanes/command/server.rb', line 11 def launch say "Launching testing server at http://localhost:8888/", :green Guard.start end |