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:
parent
b48cc4ace6
commit
2adc35d878
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue