Class: LibRubyParser::Messages::AmbiguousOperator
- Inherits:
-
DiagnosticMessage
- Object
- DiagnosticMessage
- LibRubyParser::Messages::AmbiguousOperator
- Defined in:
- lib/lib-ruby-parser/messages.rb
Overview
Emitted for code like (only in $VERBOSE mode)
1 *2
Instance Attribute Summary collapse
-
#interpreted_as ⇒ String
readonly
Interpretation of this operator.
-
#operator ⇒ String
readonly
Operator that is ambiguous.
Instance Attribute Details
#interpreted_as ⇒ String (readonly)
Interpretation of this operator
214 215 216 |
# File 'lib/lib-ruby-parser/messages.rb', line 214 def interpreted_as @interpreted_as end |
#operator ⇒ String (readonly)
Operator that is ambiguous
210 211 212 |
# File 'lib/lib-ruby-parser/messages.rb', line 210 def operator @operator end |