12 lines
129 B
Ruby

# typed: strict
module OS
module Mac
class << self
module Compat
include Kernel
end
end
end
end