1
0
Fork 0
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:
John Nunemaker 2014-02-08 15:08:26 -05:00
commit 87f00323c0

View file

@ -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)