Libraries
»
factor
(0.5.07)
»
Index
»
Factor
»
WebSocketManager
»
#send
Method: Factor::WebSocketManager#send
Defined in:
lib/websocket_manager.rb
#
send
(msg) ⇒
Object
56 57 58
# File 'lib/websocket_manager.rb', line 56
def
send
(
msg
)
@ws
.
send
(
msg
)
end