Method: HTTPX::Plugins::Cookies::Store.new

Defined in:
lib/httpx/plugins/cookies.rb

.new(cookies = nil) ⇒ Object



30
31
32
33
34
# File 'lib/httpx/plugins/cookies.rb', line 30

def self.new(cookies = nil)
  return cookies if cookies.is_a?(self)

  super
end