Class: LibRubyParser::Messages::NthRefIsTooBig

Inherits:
DiagnosticMessage show all
Defined in:
lib/lib-ruby-parser/messages.rb

Overview

Emitted for code like (only in $VERBOSE mode)

$100

Instance Attribute Summary collapse

Instance Attribute Details

#nth_refString (readonly)

Source of the nth_ref that is techincally a regular global variable

Returns:

  • (String)


784
785
786
# File 'lib/lib-ruby-parser/messages.rb', line 784

def nth_ref
  @nth_ref
end