+13
−0
+101
−0
Loading
The API follows Array API. - `delete` allows deletion if individual cookies. These cookies have to be instances of Cookie class. The can be either previously manually created and added to the jar cookies, or cookies found in the jar. - `reject!`/`delete_if` allows deletion with a block. - `select!`/`filter!`/`keep_if` allows keeping only specific cookies, selected by the block, and removal of the rest. - `clear` allows removal of all cookies, it also can remove cookies that would match a URI (similar to how `[]` selects cookies)