brew/Library/Homebrew/compat/dependencies_helpers.rbi

10 lines
131 B
Ruby

# typed: strict
module DependenciesHelpers
module Compat
include Kernel
def args_includes_ignores(args); end
end
end