# File lib/faye-rails/filter.rb, line 54
    def destroy
      if server
        server.remove_extension(self)
      end
    end