7 lines
126 B
Ruby
7 lines
126 B
Ruby
require_dependency 'gitlab/git'
|
|
|
|
module Gitlab
|
|
def self.com?
|
|
Gitlab.config.gitlab.url == 'https://gitlab.com'
|
|
end
|
|
end
|