Class: LibRubyParser::Nodes::Self_

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

Overview

Represents self keyword

Instance Attribute Summary collapse

Instance Attribute Details

#expression_lLoc (readonly)

Location of the self keyword

self
~~~~

Returns:



3726
3727
3728
# File 'lib/lib-ruby-parser/nodes.rb', line 3726

def expression_l
  @expression_l
end