mirror of
https://github.com/gosticks/brew.git
synced 2026-08-16 22:50:18 +00:00
8 lines
79 B
Ruby
8 lines
79 B
Ruby
# typed: strict
|
|
|
|
module Homebrew
|
|
module Install
|
|
include Kernel
|
|
end
|
|
end
|