mirror of
https://github.com/samsonjs/http-cookie.git
synced 2026-04-27 14:57:46 +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
|
end
|
||||||
include Enumerable
|
include Enumerable
|
||||||
|
|
||||||
|
def empty?
|
||||||
|
raise
|
||||||
|
end
|
||||||
|
|
||||||
def clear
|
def clear
|
||||||
raise
|
raise
|
||||||
self
|
self
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue