mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
7 lines
130 B
Ruby
7 lines
130 B
Ruby
# typed: strict
|
|
|
|
class Keg
|
|
# This is only true under MacOS, so can lead to true negative type errors
|
|
include OS::Mac::Keg
|
|
end
|