mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-15 00:00:39 -04:00
bug (unexisting var)
This commit is contained in:
parent
174f5f9647
commit
ac398ae0f0
@ -57,7 +57,7 @@ module HTTPX
|
|||||||
def each(uri = nil, &blk)
|
def each(uri = nil, &blk)
|
||||||
return enum_for(__method__, uri) unless block_given?
|
return enum_for(__method__, uri) unless block_given?
|
||||||
|
|
||||||
return @store.each(&blk) unless uri
|
return @cookies.each(&blk) unless uri
|
||||||
|
|
||||||
uri = URI(uri)
|
uri = URI(uri)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user