Class: LibRubyParser::Messages::TokAtEolWithoutExpression
- Inherits:
-
DiagnosticMessage
- Object
- DiagnosticMessage
- LibRubyParser::Messages::TokAtEolWithoutExpression
- Defined in:
- lib/lib-ruby-parser/messages.rb
Overview
Emitted for code like (only in $VERBOSE mode)
if
42
end
Instance Attribute Summary collapse
-
#token_name ⇒ String
readonly
Name of the token.
Instance Attribute Details
#token_name ⇒ String (readonly)
Name of the token
545 546 547 |
# File 'lib/lib-ruby-parser/messages.rb', line 545 def token_name @token_name end |