mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
9 lines
223 B
Ruby
9 lines
223 B
Ruby
![]() |
# typed: true
|
||
|
# frozen_string_literal: true
|
||
|
|
||
|
module Homebrew
|
||
|
# For testing's sake always assume the default prefix
|
||
|
DEFAULT_PREFIX = HOMEBREW_PREFIX.to_s.freeze
|
||
|
DEFAULT_REPOSITORY = HOMEBREW_REPOSITORY.to_s.freeze
|
||
|
end
|