mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
9 lines
242 B
Plaintext
9 lines
242 B
Plaintext
![]() |
# typed: strict
|
||
|
|
||
|
class PkgVersion
|
||
|
# This is a workaround to enable `alias eql? ==`
|
||
|
# @see https://github.com/sorbet/sorbet/issues/2378#issuecomment-569474238
|
||
|
sig { params(arg0: BasicObject).returns(T::Boolean) }
|
||
|
def ==(arg0); end
|
||
|
end
|