Merge pull request #13841 from jonchang/sorbet-pathname
cask/artifact/relocated: widen type
This commit is contained in:
commit
6e2b162c47
@ -42,7 +42,7 @@ module Cask
|
|||||||
attr_reader :source, :target
|
attr_reader :source, :target
|
||||||
|
|
||||||
sig {
|
sig {
|
||||||
params(cask: Cask, source: T.nilable(T.any(String, Pathname)), target_hash: String)
|
params(cask: Cask, source: T.nilable(T.any(String, Pathname)), target_hash: T.any(String, Pathname))
|
||||||
.void
|
.void
|
||||||
}
|
}
|
||||||
def initialize(cask, source, **target_hash)
|
def initialize(cask, source, **target_hash)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user