# File lib/redis/subscribe.rb, line 50 def initialize @callbacks = Hash.new do |hash, key| hash[key] = lambda { |*_| } end yield(self) end