Method: Quark::MdkRuntime::QuarkRuntimeWebSockets#onStart

Defined in:
lib/mdk_runtime.rb

#onStart(dispatcher) ⇒ Object



1221
1222
1223
1224
1225
1226
# File 'lib/mdk_runtime.rb', line 1221

def onStart(dispatcher)
    
    (self).dispatcher = dispatcher

    nil
end