Class: LibRubyParser::Messages::InvalidSymbol
- Inherits:
-
DiagnosticMessage
- Object
- DiagnosticMessage
- LibRubyParser::Messages::InvalidSymbol
- Defined in:
- lib/lib-ruby-parser/messages.rb
Overview
Emitted for code like
%I"x .\xc3."
Instance Attribute Summary collapse
-
#symbol ⇒ String
readonly
Source of the symbol.
Instance Attribute Details
#symbol ⇒ String (readonly)
Source of the symbol
816 817 818 |
# File 'lib/lib-ruby-parser/messages.rb', line 816 def symbol @symbol end |