Class: Homebrew::Cmd::Deps::Args Private

Inherits:
Homebrew::CLI::Args show all
Defined in:
sorbet/rbi/dsl/homebrew/cmd/deps.rbi

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

Instance Attribute Summary

Attributes inherited from Homebrew::CLI::Args

#flags_only, #options_only

Instance Method Summary collapse

Methods inherited from Homebrew::CLI::Args

#build_from_source?, #build_from_source_formulae, #context, #debug?, #freeze_named_args!, #freeze_processed_options!, #freeze_remaining_args!, #help?, #include_test_formulae, #initialize, #named, #no_named?, #only_formula_or_cask, #os_arch_combinations, #quiet?, #remaining, #value, #verbose?

Constructor Details

This class inherits a constructor from Homebrew::CLI::Args

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Homebrew::CLI::Args

Instance Method Details

#annotate?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.

Returns:

  • (Boolean)


18
# File 'sorbet/rbi/dsl/homebrew/cmd/deps.rbi', line 18

def annotate?; end

#archString?

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.

Returns:



21
# File 'sorbet/rbi/dsl/homebrew/cmd/deps.rbi', line 21

def arch; end

#cask?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.

Returns:

  • (Boolean)


24
# File 'sorbet/rbi/dsl/homebrew/cmd/deps.rbi', line 24

def cask?; end

#casks?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.

Returns:

  • (Boolean)


27
# File 'sorbet/rbi/dsl/homebrew/cmd/deps.rbi', line 27

def casks?; end

#declared?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.

Returns:

  • (Boolean)


30
# File 'sorbet/rbi/dsl/homebrew/cmd/deps.rbi', line 30

def declared?; end

#direct?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.

Returns:

  • (Boolean)


33
# File 'sorbet/rbi/dsl/homebrew/cmd/deps.rbi', line 33

def direct?; end

#dot?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.

Returns:

  • (Boolean)


36
# File 'sorbet/rbi/dsl/homebrew/cmd/deps.rbi', line 36

def dot?; end

#eval_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.

Returns:

  • (Boolean)


39
# File 'sorbet/rbi/dsl/homebrew/cmd/deps.rbi', line 39

def eval_all?; end

#for_each?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.

Returns:

  • (Boolean)


42
# File 'sorbet/rbi/dsl/homebrew/cmd/deps.rbi', line 42

def for_each?; end

#formula?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.

Returns:

  • (Boolean)


45
# File 'sorbet/rbi/dsl/homebrew/cmd/deps.rbi', line 45

def formula?; end

#formulae?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.

Returns:

  • (Boolean)


48
# File 'sorbet/rbi/dsl/homebrew/cmd/deps.rbi', line 48

def formulae?; end

#full_name?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.

Returns:

  • (Boolean)


51
# File 'sorbet/rbi/dsl/homebrew/cmd/deps.rbi', line 51

def full_name?; end

#graph?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.

Returns:

  • (Boolean)


54
# File 'sorbet/rbi/dsl/homebrew/cmd/deps.rbi', line 54

def graph?; end

#HEAD?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.

Returns:

  • (Boolean)


15
# File 'sorbet/rbi/dsl/homebrew/cmd/deps.rbi', line 15

def HEAD?; end

#include_build?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.

Returns:

  • (Boolean)


57
# File 'sorbet/rbi/dsl/homebrew/cmd/deps.rbi', line 57

def include_build?; end

#include_optional?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.

Returns:

  • (Boolean)


60
# File 'sorbet/rbi/dsl/homebrew/cmd/deps.rbi', line 60

def include_optional?; end

#include_requirements?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.

Returns:

  • (Boolean)


63
# File 'sorbet/rbi/dsl/homebrew/cmd/deps.rbi', line 63

def include_requirements?; end

#include_test?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.

Returns:

  • (Boolean)


66
# File 'sorbet/rbi/dsl/homebrew/cmd/deps.rbi', line 66

def include_test?; end

#installed?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.

Returns:

  • (Boolean)


69
# File 'sorbet/rbi/dsl/homebrew/cmd/deps.rbi', line 69

def installed?; end

#missing?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.

Returns:

  • (Boolean)


72
# File 'sorbet/rbi/dsl/homebrew/cmd/deps.rbi', line 72

def missing?; end

#n?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.

Returns:

  • (Boolean)


75
# File 'sorbet/rbi/dsl/homebrew/cmd/deps.rbi', line 75

def n?; end

#osString?

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.

Returns:



78
# File 'sorbet/rbi/dsl/homebrew/cmd/deps.rbi', line 78

def os; end

#skip_recommended?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.

Returns:

  • (Boolean)


81
# File 'sorbet/rbi/dsl/homebrew/cmd/deps.rbi', line 81

def skip_recommended?; end

#topological?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.

Returns:

  • (Boolean)


84
# File 'sorbet/rbi/dsl/homebrew/cmd/deps.rbi', line 84

def topological?; end

#tree?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.

Returns:

  • (Boolean)


87
# File 'sorbet/rbi/dsl/homebrew/cmd/deps.rbi', line 87

def tree?; end

#union?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.

Returns:

  • (Boolean)


90
# File 'sorbet/rbi/dsl/homebrew/cmd/deps.rbi', line 90

def union?; end