brew/Library/Homebrew/version.rbi

11 lines
258 B
Plaintext
Raw Normal View History

2021-01-16 11:49:01 -08:00
# typed: strict
class Version
# For `alias eql? ==`
# See discussions:
# - https://github.com/sorbet/sorbet/pull/1443
# - https://github.com/sorbet/sorbet/issues/2378
sig { params(other: T.untyped).returns(T::Boolean) }
def ==(other); end
end