Class: Lanes::Command::Server

Inherits:
Thor::Group
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/lanes/command/server.rb

Instance Method Summary collapse

Instance Method Details

#launchObject



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