# File lib/stomp_server/topic_manager.rb, line 24 def unsubscribe(topic, user) @topics[topic].delete(user) end