7 lines
129 B
Plaintext
7 lines
129 B
Plaintext
![]() |
# typed: strict
|
||
|
|
||
|
module AbstractDownloadStrategy::Pourable
|
||
|
include Kernel
|
||
|
requires_ancestor { AbstractDownloadStrategy }
|
||
|
end
|