# File lib/faye/mixins/publisher.rb, line 9 def unbind(event, &listener) if listener remove_listener(event, &listener) else remove_all_listeners(event) end end