Public class methods
start_server
(host, port)
Use $STYLE_SOCKET instead of creating a socket with the host and port
[show source]
# File lib/style/handler/eventmachine.rb, line 38 38: def start_server(host, port) 39: EvmaTCPServer.new $STYLE_SOCKET 40: end