Inhibit cloning MozillaStore.

This commit is contained in:
Akinori MUSHA 2013-04-16 00:38:47 +09:00
parent d806955f57
commit 10ddb688df

View file

@ -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