From 98427176cf6f796738dee755317c19318986a59a Mon Sep 17 00:00:00 2001 From: Bo Anderson Date: Sat, 18 Dec 2021 02:05:41 +0000 Subject: [PATCH] sorbet/rbi/upstream.rbi: remove old workaround --- Library/Homebrew/sorbet/rbi/upstream.rbi | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Library/Homebrew/sorbet/rbi/upstream.rbi b/Library/Homebrew/sorbet/rbi/upstream.rbi index 28a1b9b5b6..dbade1d0dc 100644 --- a/Library/Homebrew/sorbet/rbi/upstream.rbi +++ b/Library/Homebrew/sorbet/rbi/upstream.rbi @@ -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