12 lines
129 B
Plaintext
12 lines
129 B
Plaintext
![]() |
# typed: strict
|
||
|
|
||
|
module OS
|
||
|
module Mac
|
||
|
class << self
|
||
|
module Compat
|
||
|
include Kernel
|
||
|
end
|
||
|
end
|
||
|
end
|
||
|
end
|