brew/Library/Homebrew/os/mac/version.rbi

11 lines
126 B
Plaintext
Raw Normal View History

2021-01-16 11:49:01 -08:00
# typed: strict
module OS
module Mac
class Version
sig { returns(Token) }
def major; end
end
end
end