# File lib/couchrest.rb, line 183 def copy uri, destination JSON.parse(RestClient.copy(uri, {'Destination' => destination})) end