Method: Sparrow::Server#quit_command

Defined in:
lib/sparrow/server.rb

#quit_commandObject

QUIT



240
241
242
243
# File 'lib/sparrow/server.rb', line 240

def quit_command
  logger.debug "Closing connection"
  close_connection
end