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