Douglas Eichelberger d01cda2815 Turn up the types
2023-08-12 22:01:22 -07:00

9 lines
148 B
Ruby

# typed: strict
# frozen_string_literal: true
if OS.mac?
require "extend/os/mac/cleanup"
elsif OS.linux?
require "extend/os/linux/cleanup"
end