class Hippo::Command::Server
Public Instance Methods
launch()
click to toggle source
# 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