brew/Library/Homebrew/pkg_version.rbi
Douglas Eichelberger 827fc87cde Enable more typing
2023-03-15 14:29:15 -07:00

9 lines
242 B
Ruby

# 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