1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00

User Basement.copy when calling HTTParty.copy

I think it's just a typo due to copy-pasting code
This commit is contained in:
Dorian Marié 2014-02-07 15:02:23 -05:00
parent b48cc4ace6
commit 2adc35d878

View file

@ -550,7 +550,7 @@ module HTTParty
end
def self.copy(*args, &block)
Basement.move(*args, &block)
Basement.copy(*args, &block)
end
def self.head(*args, &block)