17 18 19 20
# File 'lib/rest_api.rb', line 17 def put(url, data, options = {}) options[:data] = data rest_call(url, "put", options) end