summaryrefslogtreecommitdiff
path: root/lib/gitlab.rb
blob: 37f4c34054fedace368980ef3acf70f822e171c7 (plain)
1
2
3
4
5
6
7
require_dependency 'gitlab/git'

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