class Redis::Subscription

def unsubscribe(&block)

def unsubscribe(&block)	
  if block_given? then @unsubscribe = block else @unsubscribe end
end