Class: Mwc::Commands::Server
- Inherits:
-
Thor::Group
- Object
- Thor::Group
- Mwc::Commands::Server
- Includes:
- Utils::Command
- Defined in:
- lib/mwc/commands/server.rb
Overview
:nodoc:
Instance Method Summary collapse
Methods included from Utils::Command
Instance Method Details
#boot ⇒ Object
19 20 21 22 23 |
# File 'lib/mwc/commands/server.rb', line 19 def boot Rack::Handler .default .run(Mwc::Server.new, Port: ['port']) end |