7 lines
129 B
Ruby
7 lines
129 B
Ruby
# typed: strict
|
|
|
|
module AbstractDownloadStrategy::Pourable
|
|
include Kernel
|
|
requires_ancestor { AbstractDownloadStrategy }
|
|
end
|