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