brew/Library/Homebrew/formula.rbi
2024-11-22 21:04:51 -08:00

7 lines
110 B
Ruby

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