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

Represents an special argument that rejects all keyword arguments (i.e. def m(**nil); end) More...

#include <nodes.hpp>

Public Attributes

Loc name_l
 
Loc expression_l
 

Detailed Description

Represents an special argument that rejects all keyword arguments (i.e. def m(**nil); end)

Member Data Documentation

◆ expression_l

Loc lib_ruby_parser::Kwnilarg::expression_l

Location of the nil

def m(**nil); end
^^^^^

◆ name_l

Loc lib_ruby_parser::Kwnilarg::name_l

Location of the nil

def m(**nil); end
^^^

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