Methods
C
S
Instance Public methods
connect()
# File actioncable/test/connection/string_identifier_test.rb, line 8
def connect
  self.current_token = "random-string"
end
send_async(method, *args)
# File actioncable/test/connection/string_identifier_test.rb, line 12
def send_async(method, *args)
  send method, *args
end