Class: LibRubyParser::Messages::NthRefIsTooBig
- Inherits:
-
DiagnosticMessage
- Object
- DiagnosticMessage
- LibRubyParser::Messages::NthRefIsTooBig
- Defined in:
- lib/lib-ruby-parser/messages.rb
Overview
Emitted for code like (only in $VERBOSE mode)
$100
Instance Attribute Summary collapse
-
#nth_ref ⇒ String
readonly
Source of the nth_ref that is techincally a regular global variable.
Instance Attribute Details
#nth_ref ⇒ String (readonly)
Source of the nth_ref that is techincally a regular global variable
784 785 786 |
# File 'lib/lib-ruby-parser/messages.rb', line 784 def nth_ref @nth_ref end |