# File lib/em-websocket/websocket.rb, line 30 def self.start(options, &blk) EM.epoll EM.run { trap("TERM") { stop } trap("INT") { stop } run(options, &blk) } end