mirror of
https://github.com/gosticks/brew.git
synced 2026-08-30 13:30:17 +00:00
12 lines
164 B
Ruby
12 lines
164 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Utils
|
|
module Analytics
|
|
class << self
|
|
def custom_prefix_label
|
|
"non-/usr/local"
|
|
end
|
|
end
|
|
end
|
|
end
|