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