lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
Represents a keyword arguments splat (i.e. **bar
in a call like foo(**bar)
)
More...
#include <nodes.hpp>
Public Attributes | |
Node * | value |
Value that is converted into a Hash using ** More... | |
Loc | operator_l |
Loc | expression_l |
Represents a keyword arguments splat (i.e. **bar
in a call like foo(**bar)
)
Loc lib_ruby_parser::Kwsplat::expression_l |
Location of the full expression
Loc lib_ruby_parser::Kwsplat::operator_l |
Location of the **
operator