Merge pull request #12586 from Bo98/old-upstream

sorbet/rbi/upstream.rbi: remove old workaround
This commit is contained in:
Bo Anderson 2021-12-18 02:39:01 +00:00 committed by GitHub
commit 96137bc19e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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