Class: Mwc::Commands::Server

Inherits:
Thor::Group
  • Object
show all
Includes:
Utils::Command
Defined in:
lib/mwc/commands/server.rb

Overview

:nodoc:

Instance Method Summary collapse

Methods included from Utils::Command

included

Instance Method Details

#bootObject



19
20
21
22
23
# File 'lib/mwc/commands/server.rb', line 19

def boot
  Rack::Handler
    .default
    .run(Mwc::Server.new, Port: parent_options['port'])
end