brew/Library/Homebrew/formula.rbi

7 lines
110 B
Plaintext
Raw Normal View History

# typed: strict
class Formula
# This method is included by `OnSystem`
def self.on_macos(&block); end
end