class ActionCable::Connection::SubscriptionsTest::Connection

Attributes

websocket[R]

Public Instance Methods

send_async(method, *args) click to toggle source
# File actioncable/test/connection/subscriptions_test.rb, line 9
def send_async(method, *args)
  send method, *args
end