mirror of
https://github.com/samsonjs/http-cookie.git
synced 2026-03-25 08:55:53 +00:00
A Store class should define empty?.
This commit is contained in:
parent
b86690cb21
commit
9d3975f641
1 changed files with 4 additions and 0 deletions
|
|
@ -71,6 +71,10 @@ class HTTP::CookieJar::AbstractStore
|
|||
end
|
||||
include Enumerable
|
||||
|
||||
def empty?
|
||||
raise
|
||||
end
|
||||
|
||||
def clear
|
||||
raise
|
||||
self
|
||||
|
|
|
|||
Loading…
Reference in a new issue