зеркало из https://github.com/github/ruby.git
Fix the format of NODE_EVSTR rendered by dump_node
This commit is contained in:
Родитель
4f79c83a6a
Коммит
7adab81907
|
@ -757,7 +757,7 @@ dump_node(VALUE buf, VALUE indent, int comment, const NODE * node)
|
|||
|
||||
case NODE_EVSTR:
|
||||
ANN("interpolation expression");
|
||||
ANN("format: \"..#{ [nd_lit] }..\"");
|
||||
ANN("format: \"..#{ [nd_body] }..\"");
|
||||
ANN("example: \"foo#{ bar }baz\"");
|
||||
LAST_NODE;
|
||||
F_NODE(nd_body, "body");
|
||||
|
|
Загрузка…
Ссылка в новой задаче