mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
16 lines
202 B
Ruby
16 lines
202 B
Ruby
# typed: strict
|
|
|
|
module Homebrew
|
|
module CLI
|
|
class Parser
|
|
module Compat
|
|
include Kernel
|
|
|
|
module DeprecatedArgs
|
|
include Kernel
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|