mirror of
https://github.com/samsonjs/http-cookie.git
synced 2026-03-25 08:55:53 +00:00
Inhibit cloning MozillaStore.
This commit is contained in:
parent
d806955f57
commit
10ddb688df
1 changed files with 4 additions and 0 deletions
|
|
@ -109,6 +109,10 @@ class HTTP::CookieJar
|
|||
@gc_index = 0
|
||||
end
|
||||
|
||||
def initialize_copy(other)
|
||||
raise TypeError, 'can\'t clone %s' % self.class
|
||||
end
|
||||
|
||||
# The file name of the SQLite3 database given in initialization.
|
||||
attr_reader :filename
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue