This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/********************************************************************** | |
node2ruby.c - ruby node tree to ruby source code | |
Copyright (C) 2017 fate0 | |
//在 iseq.c 中实现 rb_iseq_nex | |
VALUE | |
rb_iseq_nex(NODE *node, VALUE name, VALUE path, VALUE absolute_path, | |
VALUE parent, enum iseq_type type) |