Class: Hippo::Command::Server

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

Instance Method Summary collapse

Instance Method Details

#launchObject



11
12
13
14
# File 'lib/hippo/command/server.rb', line 11

def launch
    say "Launching testing server at http://localhost:8888/", :green
    Guard.start # will block until complete
end