mirror of
https://github.com/gosticks/brew.git
synced 2026-08-15 22:20:24 +00:00
8 lines
73 B
Ruby
8 lines
73 B
Ruby
# typed: strict
|
|
|
|
module Utils
|
|
module Link
|
|
include Kernel
|
|
end
|
|
end
|