Print NODE_SELF nd_state field
This commit is contained in:
parent
862cfcaf75
commit
81cf7491d7
@ -914,6 +914,9 @@ dump_node(VALUE buf, VALUE indent, int comment, const NODE * node)
|
|||||||
ANN("self");
|
ANN("self");
|
||||||
ANN("format: self");
|
ANN("format: self");
|
||||||
ANN("example: self");
|
ANN("example: self");
|
||||||
|
F_CUSTOM1(nd_state, "nd_state") {
|
||||||
|
A_INT((int)RNODE_SELF(node)->nd_state);
|
||||||
|
}
|
||||||
return;
|
return;
|
||||||
|
|
||||||
case NODE_NIL:
|
case NODE_NIL:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user