Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.rb « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7479e729db14421948590b64c3cffbfec2c1297f (plain)
1
2
3
4
5
6
7
require 'gitlab/git'

module Gitlab
  def self.com?
    Gitlab.config.gitlab.url == 'https://gitlab.com'
  end
end