lib-ruby-parser (C++ bindings)  4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
lib_ruby_parser::ForwardedArgs Class Reference

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

#include <nodes.hpp>

Public Attributes

Loc expression_l
 

Detailed Description

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

Member Data Documentation

◆ expression_l

Loc lib_ruby_parser::ForwardedArgs::expression_l

Location of the ...

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

The documentation for this class was generated from the following file: