Source: show | on GitHub
# File actioncable/test/connection/string_identifier_test.rb, line 8 def connect self.current_token = "random-string" end
# File actioncable/test/connection/string_identifier_test.rb, line 12 def send_async(method, *args) send method, *args end