6 lines
84 B
Ruby
6 lines
84 B
Ruby
# typed: strict
|
|
|
|
module GitRepositoryExtension
|
|
requires_ancestor { Pathname }
|
|
end
|