Class: Madness::Commands::Server

Inherits:
Base
  • Object
show all
Defined in:
lib/madness/commands/server.rb

Instance Method Summary collapse

Methods inherited from Base

#config

Instance Method Details

#runObject



25
26
27
28
29
30
# File 'lib/madness/commands/server.rb', line 25

def run
  override_config args
  build_toc if config.toc
  open_browser if config.open
  launch_server
end