From 2adc35d87892490a88515444d3b2177539c008d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dorian=20Mari=C3=A9?= Date: Fri, 7 Feb 2014 15:02:23 -0500 Subject: [PATCH] User `Basement.copy` when calling `HTTParty.copy` I think it's just a typo due to copy-pasting code --- lib/httparty.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/httparty.rb b/lib/httparty.rb index 932290c..425784a 100644 --- a/lib/httparty.rb +++ b/lib/httparty.rb @@ -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)