sorbet/rbi/upstream.rbi: remove old workaround

This commit is contained in:
Bo Anderson 2021-12-18 02:05:41 +00:00
parent e3ef30947e
commit 98427176cf
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65

View File

@ -21,14 +21,3 @@ class Module
end
def define_method(arg0, arg1=T.unsafe(nil), &blk); 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