Merge pull request #12586 from Bo98/old-upstream
sorbet/rbi/upstream.rbi: remove old workaround
This commit is contained in:
commit
96137bc19e
@ -21,14 +21,3 @@ class Module
|
|||||||
end
|
end
|
||||||
def define_method(arg0, arg1=T.unsafe(nil), &blk); end
|
def define_method(arg0, arg1=T.unsafe(nil), &blk); end
|
||||||
end
|
end
|
||||||
|
|
||||||
class Pathname
|
|
||||||
# https://github.com/sorbet/sorbet/pull/4660
|
|
||||||
sig do
|
|
||||||
params(
|
|
||||||
consider_symlink: T::Boolean,
|
|
||||||
)
|
|
||||||
.returns(Pathname)
|
|
||||||
end
|
|
||||||
def cleanpath(consider_symlink=T.unsafe(nil)); end
|
|
||||||
end
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user