mirror of
https://github.com/gosticks/brew.git
synced 2026-08-12 12:40:22 +00:00
9 lines
158 B
Ruby
9 lines
158 B
Ruby
# typed: strict
|
|
|
|
module GitRepositoryExtension
|
|
include Kernel
|
|
|
|
sig { params(args: T.any(String, Pathname)).returns(Pathname) }
|
|
def join(*args); end
|
|
end
|