2020-11-11 08:52:55 +01:00

9 lines
108 B
Ruby

# typed: strict
# frozen_string_literal: true
module Homebrew
module Compat
include Kernel
end
end