Module: Homebrew::InstallSteps Private

Defined in:
install_steps.rb

Overview

This module is part of a private API. This module may only be used in the Homebrew/brew repository. Third parties should avoid using this module if possible, as it may be removed or changed without warning.

Declarative install steps that can be serialised through the JSON APIs.

Defined Under Namespace

Classes: DSL, Runner

Constant Summary collapse

Step =

This constant is part of a private API. This constant may only be used in the Homebrew/brew repository. Third parties should avoid using this constant if possible, as it may be removed or changed without warning.

T.type_alias { T::Hash[String, T.untyped] }
Steps =

This constant is part of a private API. This constant may only be used in the Homebrew/brew repository. Third parties should avoid using this constant if possible, as it may be removed or changed without warning.

T.type_alias { T::Array[Step] }