brew/Library/Homebrew/download_strategy.rbi
Douglas Eichelberger 827fc87cde Enable more typing
2023-03-15 14:29:15 -07:00

7 lines
129 B
Ruby

# typed: strict
module AbstractDownloadStrategy::Pourable
include Kernel
requires_ancestor { AbstractDownloadStrategy }
end