lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
Represents required keyword argument (i.e. foo
in def m(foo:); end
)
More...
#include <nodes.hpp>
Public Attributes | |
String | name |
Name of the keyword argument. More... | |
Loc | name_l |
Loc | expression_l |
Represents required keyword argument (i.e. foo
in def m(foo:); end
)
Loc lib_ruby_parser::Kwarg::expression_l |
Location of the full expression
String lib_ruby_parser::Kwarg::name |
Name of the keyword argument.
Loc lib_ruby_parser::Kwarg::name_l |
Location of the name