Method: Explorer::CLI::CLI#boot

Defined in:
lib/explorer/cli.rb

#bootObject



26
27
28
29
30
# File 'lib/explorer/cli.rb', line 26

def boot
  servers = Servers.new
  Explorer.log_watcher.add(STDOUT)
  servers.run
end