Module: Parser::Deprecation Private
- Included in:
 - Rewriter, Source::Rewriter, Source::TreeRewriter
 
- Defined in:
 - sorbet/rbi/parser@3.3.8.0.rbi
 
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.
source://parser//lib/parser/deprecation.rb#7
Instance Method Summary collapse
- 
  
    
      #warn_of_deprecation  ⇒ Object 
    
    
  
  
  
  
  
  
  
  private
  
    
source://parser//lib/parser/deprecation.rb#9.
 - 
  
    
      #warned_of_deprecation=(_arg0)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  private
  
    
source://parser//lib/parser/deprecation.rb#8.
 
Instance Method Details
#warn_of_deprecation ⇒ Object
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.
source://parser//lib/parser/deprecation.rb#9
      1699  | 
    
      # File 'sorbet/rbi/parser@3.3.8.0.rbi', line 1699 def warn_of_deprecation; end  | 
  
#warned_of_deprecation=(_arg0) ⇒ Object
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.
source://parser//lib/parser/deprecation.rb#8
      1704  | 
    
      # File 'sorbet/rbi/parser@3.3.8.0.rbi', line 1704 def warned_of_deprecation=(_arg0); end  |