mirror of
https://github.com/Homebrew/brew.git
synced 2026-08-12 22:29:27 +04:00
`@on_os_blocks_exist` was written in `Cask::DSL` and `OnSystem` but never read, and the `:on_os_blocks_exist?` entry in `Cask::DSL::DSL_METHODS` only produced a dead delegator (no `on_os_blocks_exist?` reader exists). Remove the DSL entry, the write-only flag and the stale explanatory comment. Claude-Session: https://claude.ai/code/session_011BgWRBydtdkvt8ocqH4nj9
Library
This directory contains all the code run by the official brew command in Homebrew and all formulae (package descriptions) in taps (repositories containing formulae) in Taps subdirectories.