Module: Homebrew::Cmd::Services::StopSubcommand::Args Private
- Defined in:
- sorbet/rbi/dsl/homebrew/cmd/services/stop_subcommand.rbi
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.
Instance Method Summary collapse
- #all? ⇒ Boolean private
- #keep? ⇒ Boolean private
- #max_wait ⇒ String? private
- #no_wait? ⇒ Boolean private
Instance Method Details
#all? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
15 |
# File 'sorbet/rbi/dsl/homebrew/cmd/services/stop_subcommand.rbi', line 15 def all?; end |
#keep? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
18 |
# File 'sorbet/rbi/dsl/homebrew/cmd/services/stop_subcommand.rbi', line 18 def keep?; end |
#max_wait ⇒ String?
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
21 |
# File 'sorbet/rbi/dsl/homebrew/cmd/services/stop_subcommand.rbi', line 21 def max_wait; end |
#no_wait? ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
24 |
# File 'sorbet/rbi/dsl/homebrew/cmd/services/stop_subcommand.rbi', line 24 def no_wait?; end |