# File lib/gitlab/cli_helpers.rb, line 20 def client @client ||= Gitlab::Client.new(endpoint: (Gitlab.endpoint || '')) end