Method: Pantry::Server#shutdown

Defined in:
lib/pantry/server.rb

#shutdownObject

Close down networking and clean up resources



30
31
32
# File 'lib/pantry/server.rb', line 30

def shutdown
  Pantry.logger.info("[#{@identity}] Server Shutting Down")
end