mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
Merge pull request #268 from Dorian/patch-1
Use `Basement.copy` when calling `HTTParty.copy`
This commit is contained in:
commit
87f00323c0
1 changed files with 1 additions and 1 deletions
|
@ -551,7 +551,7 @@ module HTTParty
|
|||
end
|
||||
|
||||
def self.copy(*args, &block)
|
||||
Basement.move(*args, &block)
|
||||
Basement.copy(*args, &block)
|
||||
end
|
||||
|
||||
def self.head(*args, &block)
|
||||
|
|
Loading…
Reference in a new issue