11 lines
126 B
Plaintext
11 lines
126 B
Plaintext
![]() |
# typed: strict
|
||
|
|
||
|
module OS
|
||
|
module Mac
|
||
|
class Version
|
||
|
sig { returns(Token) }
|
||
|
def major; end
|
||
|
end
|
||
|
end
|
||
|
end
|