method

connection_class

connection_class()
public

No documentation available.

# File actioncable/lib/action_cable/connection/test_case.rb, line 158
          def connection_class
            if connection = self._connection_class
              connection
            else
              tests determine_default_connection(name)
            end
          end