Class: LibRubyParser::Messages::UnterminatedHeredoc

Inherits:
DiagnosticMessage show all
Defined in:
lib/lib-ruby-parser/messages.rb

Overview

Emitted for code like

<<-HERE

Instance Attribute Summary collapse

Instance Attribute Details

#heredoc_idString (readonly)

Heredoc identifier

Returns:

  • (String)


130
131
132
# File 'lib/lib-ruby-parser/messages.rb', line 130

def heredoc_id
  @heredoc_id
end