8 lines
83 B
Ruby
8 lines
83 B
Ruby
# typed: strict
|
|
|
|
module Homebrew
|
|
module Completions
|
|
include Kernel
|
|
end
|
|
end
|