module Github::Request

def put(path, params={}, options={})

def put(path, params={}, options={})
  request(:put, path, params, options)
end