module GQTP::Backend::Eventmachine::ServerHandler
Public Class Methods
new(client_handler)
click to toggle source
Calls superclass method
# File lib/gqtp/backend/eventmachine.rb, line 102 def initialize(client_handler) super() @client_handler = client_handler end
Public Instance Methods
post_init()
click to toggle source
Calls superclass method
GQTP::Backend::Eventmachine::Handler#post_init
# File lib/gqtp/backend/eventmachine.rb, line 107 def post_init super @client_handler.call(self) end