Methods
C
S
Attributes
[R] websocket
Instance Public methods
connect()
# File actioncable/test/connection/authorization_test.rb, line 8
def connect
  reject_unauthorized_connection
end
send_async(method, *args)
# File actioncable/test/connection/authorization_test.rb, line 12
def send_async(method, *args)
  send method, *args
end