Class: LibRubyParser::Nodes::ForwardedArgs

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

Overview

Represents a ... operator that contains forwarded argument (see ForwardArg)

Instance Attribute Summary collapse

Instance Attribute Details

#expression_lLoc (readonly)

Location of the ...

def m(...); foo(...); end
                ~~~

Returns:



1593
1594
1595
# File 'lib/lib-ruby-parser/nodes.rb', line 1593

def expression_l
  @expression_l
end