class ActionCable::Connection::StringIdentifierTest::Connection

Public Instance Methods

connect() click to toggle source
# File actioncable/test/connection/string_identifier_test.rb, line 10
def connect
  self.current_token = "random-string"
end
send_async(method, *args) click to toggle source
# File actioncable/test/connection/string_identifier_test.rb, line 14
def send_async(method, *args)
  send method, *args
end