
The `Cask::DSL#discontinued?` method is expected to return a boolean value (`true`/`false`) but it will return `nil` for any casks without a `caveats` block. `nil` is still falsy but this commit ensures that the method will properly return a boolean value in this scenario.
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.