brew/Library/Homebrew/download_strategy.rbi

7 lines
129 B
Plaintext
Raw Normal View History

2023-03-15 14:29:15 -07:00
# typed: strict
module AbstractDownloadStrategy::Pourable
include Kernel
requires_ancestor { AbstractDownloadStrategy }
end