gitlab-org--gitlab-foss/lib/gitlab.rb

8 lines
115 B
Ruby

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