method

where

where(identifier)
public

No documentation available.

# File actioncable/lib/action_cable/remote_connections.rb, line 36
    def where(identifier)
      RemoteConnection.new(server, identifier)
    end