45 46 47
# File 'lib/redis/connection/memory.rb', line 45 def self.channels @channels ||= Hash.new {|h,k| h[k] = [] } end