Methods
S
Attributes
[R] websocket
Instance Public methods
send_async(method, *args)
# File actioncable/test/channel/stream_test.rb, line 9
def send_async(method, *args)
  send method, *args
end