зеркало из https://github.com/github/ruby.git
Wrap nd_head in node dump message with brackets
This commit is contained in:
Родитель
1c93288f8b
Коммит
0ed3624c62
|
@ -592,7 +592,7 @@ dump_node(VALUE buf, VALUE indent, int comment, const NODE * node)
|
|||
case NODE_HASH:
|
||||
if (!node->nd_brace) {
|
||||
ANN("keyword arguments");
|
||||
ANN("format: nd_head");
|
||||
ANN("format: [nd_head]");
|
||||
ANN("example: a: 1, b: 2");
|
||||
}
|
||||
else {
|
||||
|
|
Загрузка…
Ссылка в новой задаче