Class: LibRubyParser::Messages::ComparisonAfterComparison
- Inherits:
-
DiagnosticMessage
- Object
- DiagnosticMessage
- LibRubyParser::Messages::ComparisonAfterComparison
- Defined in:
- lib/lib-ruby-parser/messages.rb
Overview
Emitted for code like (only in $VERBOSE mode)
a < b < c
Instance Attribute Summary collapse
-
#comparison ⇒ String
readonly
Source of the first comparison.
Instance Attribute Details
#comparison ⇒ String (readonly)
Source of the first comparison
596 597 598 |
# File 'lib/lib-ruby-parser/messages.rb', line 596 def comparison @comparison end |