# File lib/stomp_server/topic_manager.rb, line 20 def subscribe(topic, user) @topics[topic] += [user] end