8 lines
81 B
Ruby
8 lines
81 B
Ruby
# typed: strict
|
|
|
|
module Homebrew
|
|
module Uninstall
|
|
include Kernel
|
|
end
|
|
end
|