Files
gitlabhq/lib/gitlab.rb
T
2016-06-03 11:10:17 +02:00

8 lines
126 B
Ruby

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