Class: Homebrew::DevCmd::Extract::Args Private

Inherits:
CLI::Args show all
Defined in:
sorbet/rbi/dsl/homebrew/dev_cmd/extract.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 CLI::Args

#flags_only, #options_only

Instance Method Summary collapse

Methods inherited from CLI::Args

#arch, #build_from_source?, #build_from_source_formulae, #cask?, #context, #debug?, #formula?, #freeze_named_args!, #freeze_processed_options!, #freeze_remaining_args!, #help?, #include_test?, #include_test_formulae, #initialize, #named, #no_named?, #only_formula_or_cask, #os, #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

#f?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/dev_cmd/extract.rbi', line 15

def f?; end

#force?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/dev_cmd/extract.rbi', line 18

def force?; end

#versionString?

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/dev_cmd/extract.rbi', line 21

def version; end