40 41 42
# File 'lib/redis/subscribe.rb', line 40 def unsubscribe(*channels) call_v([:unsubscribe, *channels]) end