# File lib/rack/websocket/extensions/common.rb, line 38
        def unbind_with_websocket
          if self.websocket?
            self.websocket.unbind
          else
            unbind_without_websocket
          end
        end