9 lines
108 B
Plaintext
Raw Normal View History

2020-09-23 03:43:54 +02:00
# typed: strict
# frozen_string_literal: true
module Homebrew
module Compat
include Kernel
end
end