Class: Whatup::CLI::Server

Inherits:
Thor
  • Object
show all
Defined in:
lib/whatup/cli/commands/server.rb

Overview

Server commands

Instance Method Summary collapse

Instance Method Details

#startObject



16
17
18
# File 'lib/whatup/cli/commands/server.rb', line 16

def start
  Whatup::Server::Server.new(port: options[:port]).start
end