mirror of
https://github.com/gosticks/brew.git
synced 2026-08-12 20:50:29 +00:00
8 lines
76 B
Ruby
8 lines
76 B
Ruby
# typed: strict
|
|
|
|
module Homebrew
|
|
module Help
|
|
include Kernel
|
|
end
|
|
end
|