summaryrefslogtreecommitdiff
path: root/ruby_parser.c
diff options
context:
space:
mode:
-rw-r--r--ruby_parser.c6
1 files changed, 6 insertions, 0 deletions
@@ -1008,3 +1008,9 @@ rb_node_file_path_val(const NODE *node)
{
return rb_str_new_parser_string(RNODE_FILE(node)->path);
}