Class: Parser::Source::Map::Heredoc Private
- Inherits:
-
Parser::Source::Map
- Object
- Parser::Source::Map
- Parser::Source::Map::Heredoc
- Defined in:
- sorbet/rbi/parser@3.3.7.4.rbi
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/source/map/heredoc.rb#6
Instance Method Summary collapse
-
#heredoc_body ⇒ Object
private
source://parser//lib/parser/source/map/heredoc.rb#7.
-
#heredoc_end ⇒ Object
private
source://parser//lib/parser/source/map/heredoc.rb#8.
-
#initialize(begin_l, body_l, end_l) ⇒ Heredoc
constructor
private
source://parser//lib/parser/source/map/heredoc.rb#10.
Methods inherited from Parser::Source::Map
#column, #expression, #first_line, #last_column, #last_line, #line, #node, #node=, #to_hash, #with_expression
Constructor Details
#initialize(begin_l, body_l, end_l) ⇒ Heredoc
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/source/map/heredoc.rb#10
5795 |
# File 'sorbet/rbi/parser@3.3.7.4.rbi', line 5795 def initialize(begin_l, body_l, end_l); end |
Instance Method Details
#heredoc_body ⇒ 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/source/map/heredoc.rb#7
5798 |
# File 'sorbet/rbi/parser@3.3.7.4.rbi', line 5798 def heredoc_body; end |
#heredoc_end ⇒ 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/source/map/heredoc.rb#8
5801 |
# File 'sorbet/rbi/parser@3.3.7.4.rbi', line 5801 def heredoc_end; end |