mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-01 15:53:04 +00:00
12 lines
164 B
Ruby
12 lines
164 B
Ruby
# frozen_string_literal: true
|
|
|
|
require 'gitlab/utils/system'
|
|
|
|
module Gitlab
|
|
module Metrics
|
|
module System
|
|
extend Gitlab::Utils::System
|
|
end
|
|
end
|
|
end
|