
In some configurations, Sorbet gets upset by the `version.to_json` call in `Library/Homebrew/version.rb`. This is because Sorbet's splat support is lacking and it cannot handle the `*options` argument when it does not know the size.
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.