Douglas Eichelberger 0d5b56aa6a Fix tests
2024-10-05 12:18:29 -07:00

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