Class: Parser::Lexer::Dedenter Private
Overview
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.
source://parser//lib/parser/lexer/dedenter.rb#5
Constant Summary collapse
- TAB_WIDTH =
This constant is part of a private API. This constant may only be used in the Homebrew/brew repository. Third parties should avoid using this constant if possible, as it may be removed or changed without warning.
source://parser//lib/parser/lexer/dedenter.rb#7
T.let(T.unsafe(nil), Integer)
Instance Method Summary collapse
-
#dedent(string) ⇒ Object
private
source://parser//lib/parser/lexer/dedenter.rb#36.
-
#initialize(dedent_level) ⇒ Dedenter
constructor
private
source://parser//lib/parser/lexer/dedenter.rb#9.
-
#interrupt ⇒ Object
private
source://parser//lib/parser/lexer/dedenter.rb#83.
Constructor Details
#initialize(dedent_level) ⇒ Dedenter
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/lexer/dedenter.rb#9
2502 |
# File 'sorbet/rbi/parser@3.3.7.4.rbi', line 2502 def initialize(dedent_level); end |
Instance Method Details
#dedent(string) ⇒ 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/lexer/dedenter.rb#36
2505 |
# File 'sorbet/rbi/parser@3.3.7.4.rbi', line 2505 def dedent(string); end |
#interrupt ⇒ 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/lexer/dedenter.rb#83
2508 |
# File 'sorbet/rbi/parser@3.3.7.4.rbi', line 2508 def interrupt; end |