Skip to content

Commit

Permalink
Merge pull request #268 from Dorian/patch-1
Browse files Browse the repository at this point in the history
Use `Basement.copy` when calling `HTTParty.copy`
  • Loading branch information
greatuserongithub committed Feb 8, 2014
2 parents dadb283 + 2adc35d commit 87f0032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/httparty.rb
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ def self.move(*args, &block)
end

def self.copy(*args, &block)
Basement.move(*args, &block)
Basement.copy(*args, &block)
end

def self.head(*args, &block)
Expand Down

0 comments on commit 87f0032

Please sign in to comment.