Class: LibRubyParser::Messages::UnterminatedHeredoc
- Inherits:
-
DiagnosticMessage
- Object
- DiagnosticMessage
- LibRubyParser::Messages::UnterminatedHeredoc
- Defined in:
- lib/lib-ruby-parser/messages.rb
Overview
Emitted for code like
<<-HERE
Instance Attribute Summary collapse
-
#heredoc_id ⇒ String
readonly
Heredoc identifier.
Instance Attribute Details
#heredoc_id ⇒ String (readonly)
Heredoc identifier
130 131 132 |
# File 'lib/lib-ruby-parser/messages.rb', line 130 def heredoc_id @heredoc_id end |