Class: LibRubyParser::Messages::InvalidSymbol

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

Overview

Emitted for code like

%I"x .\xc3."

Instance Attribute Summary collapse

Instance Attribute Details

#symbolString (readonly)

Source of the symbol

Returns:

  • (String)


816
817
818
# File 'lib/lib-ruby-parser/messages.rb', line 816

def symbol
  @symbol
end