mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
12 lines
146 B
Plaintext
12 lines
146 B
Plaintext
![]() |
# typed: strict
|
||
|
|
||
|
class Formula
|
||
|
module Compat
|
||
|
include Kernel
|
||
|
|
||
|
def any_installed_keg; end
|
||
|
|
||
|
def latest_installed_prefix; end
|
||
|
end
|
||
|
end
|