Class: LibRubyParser::Nodes::ZSuper

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

Overview

Represents a super call without arguments and parentheses

It's different from super() as it implicitly forwards current arguments

Instance Attribute Summary collapse

Instance Attribute Details

#expression_lLoc (readonly)

Location of the super keyword

super
~~~~~

Returns:



4448
4449
4450
# File 'lib/lib-ruby-parser/nodes.rb', line 4448

def expression_l
  @expression_l
end