Douglas Eichelberger df5c5842cc Fix tests
2023-04-17 11:30:12 -07:00

8 lines
74 B
Ruby

# typed: strict
module Utils
module Shell
include Kernel
end
end