1 2 3 4 5 6 7
require 'gitlab/git' module Gitlab def self.com? Gitlab.config.gitlab.url == 'https://gitlab.com' end end