class ActionCable::StreamTests::Connection
Attributes
websocket[R]
Public Instance Methods
send_async(method, *args)
click to toggle source
# File actioncable/test/channel/stream_test.rb, line 11 def send_async(method, *args) send method, *args end