Skip to Content Skip to Search
Methods
N

Class Public methods

new(identifier)

# File actioncable/lib/action_cable/connection/subscriptions.rb, line 18
def initialize(identifier)
  super "Already subscribed to #{identifier}"
end