Delete individual cookies
It doesn't seem like there's a way to remove a specific cookie from the jar. It would be nice if jar had `delete_if`/`reject!` similar to `Array`. Or even just `delete` in combination with `find` would do the job.
issue