lib/cloud_powers/synapse/websocket/websocserver.rb in cloud_powers-0.2.7.20 vs lib/cloud_powers/synapse/websocket/websocserver.rb in cloud_powers-0.2.7.21

- old
+ new

@@ -35,10 +35,10 @@ end end channel end - def send(channel, msg) + def broadcast_message(channel, msg) channel.push msg end end end end \ No newline at end of file