# File lib/redis/subscribe.rb, line 15 def psubscribe(*channels, &block) subscription("psubscribe", "punsubscribe", channels, block) end