2020-10-10 14:59:39 +02:00

13 lines
180 B
Ruby

# typed: strict
# frozen_string_literal: true
module Utils
module Analytics
class << self
def custom_prefix_label
"non-/usr/local"
end
end
end
end