put
in
lib/gitlab_api.rb [35:38]
3
lines of code
1
McCabe index (conditional complexity)
def put(path, body:) post_or_put(path, body: body, method: :put) end