brew/Library/Homebrew/pkg_version.rbi

9 lines
244 B
Plaintext
Raw Permalink Normal View History

2023-03-15 14:29:15 -07:00
# typed: strict
class PkgVersion
# This is a workaround to enable `alias eql? ==`
# @see https://github.com/sorbet/sorbet/issues/2378#issuecomment-569474238
2024-02-18 15:47:56 -08:00
sig { params(other: BasicObject).returns(T::Boolean) }
def ==(other); end
2023-03-15 14:29:15 -07:00
end