class Expedite::Cli::Server
Public Instance Methods
run(args)
click to toggle source
# File lib/expedite/cli/server.rb, line 4 def run(args) require 'expedite/server' server = Expedite::Server.new(foreground: true) server.boot end
summary()
click to toggle source
# File lib/expedite/cli/server.rb, line 11 def summary 'Starts the expedite server' end