Class: LibRubyParser::Nodes::Cbase

Inherits:
LibRubyParser::Node show all
Defined in:
lib/lib-ruby-parser/nodes.rb

Overview

Represents leading :: part of the constant access/assignment that is used to get/set on a global namespace.

Instance Attribute Summary collapse

Instance Attribute Details

#expression_lLoc (readonly)

Location of the full expression

::A
~~

Returns:



690
691
692
# File 'lib/lib-ruby-parser/nodes.rb', line 690

def expression_l
  @expression_l
end