Method: Pantry::Server#run

Defined in:
lib/pantry/server.rb

#runObject

Start up the networking stack and start the server



23
24
25
26
27
# File 'lib/pantry/server.rb', line 23

def run
  Pantry.set_proc_title("pantry server #{Pantry::VERSION}")
  @networking.run
  Pantry.logger.info("[#{@identity}] Server running")
end