Class: LibRubyParser::Nodes::ForwardArg

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

Overview

Represents a special ... argument that forwards positional/keyword/block arguments.

Instance Attribute Summary collapse

Instance Attribute Details

#expression_lLoc (readonly)

Location of the ...

“‘text def m(…); end

~~~

“‘

Returns:



1580
1581
1582
# File 'lib/lib-ruby-parser/nodes.rb', line 1580

def expression_l
  @expression_l
end