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( = nil) return if .is_a?(self) super end |