lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
Represents kwargs that are given to a method call, super or yield (i.e. foo(bar: 1)
)
More...
#include <nodes.hpp>
Public Attributes | |
NodeList | pairs |
A list of key-value pairs. More... | |
Loc | expression_l |
Represents kwargs that are given to a method call, super or yield (i.e. foo(bar: 1)
)
Loc lib_ruby_parser::Kwargs::expression_l |
Location of the full expression
NodeList lib_ruby_parser::Kwargs::pairs |
A list of key-value pairs.