Method: Arachni::HTTP::CookieJar#merge!

Defined in:
lib/arachni/http/cookie_jar.rb

#merge!(other) ⇒ Object



149
150
151
# File 'lib/arachni/http/cookie_jar.rb', line 149

def merge!( other )
    update other.cookies
end