# File lib/stomp_server/topic_manager.rb, line 6 def initialize @frame_index =0 @topics = Hash.new { Array.new } puts "TopicManager initialized" end