Class: Homebrew::DevCmd::Bump::Args Private
- Defined in:
 - sorbet/rbi/dsl/homebrew/dev_cmd/bump.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.
Constant Summary
Constants inherited from CLI::Args
Instance Attribute Summary
Attributes inherited from CLI::Args
#flags_only, #options_only, #remaining
Instance Method Summary collapse
- #auto? ⇒ Boolean private
 - #bump_synced? ⇒ Boolean private
 - #cask? ⇒ Boolean private
 - #casks? ⇒ Boolean private
 - #eval_all? ⇒ Boolean private
 - #formula? ⇒ Boolean private
 - #formulae? ⇒ Boolean private
 - #full_name? ⇒ Boolean private
 - #installed? ⇒ Boolean private
 - #no_autobump? ⇒ Boolean private
 - #no_fork? ⇒ Boolean private
 - #no_pull_requests? ⇒ Boolean private
 - #open_pr? ⇒ Boolean private
 - #repology? ⇒ Boolean private
 - #start_with ⇒ String? private
 
Methods inherited from CLI::Args
#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?, #set_arg, #tap, #value, #verbose?
Constructor Details
This class inherits a constructor from Homebrew::CLI::Args
Instance Method Details
#auto? ⇒ 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/dev_cmd/bump.rbi', line 15 def auto?; end  | 
  
#bump_synced? ⇒ 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/dev_cmd/bump.rbi', line 18 def bump_synced?; 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.
      21  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/bump.rbi', line 21 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.
      24  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/bump.rbi', line 24 def casks?; 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.
      27  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/bump.rbi', line 27 def eval_all?; 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.
      30  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/bump.rbi', line 30 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.
      33  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/bump.rbi', line 33 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.
      36  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/bump.rbi', line 36 def full_name?; 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.
      39  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/bump.rbi', line 39 def installed?; end  | 
  
#no_autobump? ⇒ 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.
      42  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/bump.rbi', line 42 def no_autobump?; end  | 
  
#no_fork? ⇒ 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.
      45  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/bump.rbi', line 45 def no_fork?; end  | 
  
#no_pull_requests? ⇒ 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.
      48  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/bump.rbi', line 48 def no_pull_requests?; end  | 
  
#open_pr? ⇒ 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.
      51  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/bump.rbi', line 51 def open_pr?; end  | 
  
#repology? ⇒ 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.
      54  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/bump.rbi', line 54 def repology?; end  | 
  
#start_with ⇒ 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.
      57  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/bump.rbi', line 57 def start_with; end  |