From 506b25aabf66c54cffe478958f8672f7fe6fa669 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 8 Dec 2015 05:27:10 +0000 Subject: error.c: name_err_local_variables * error.c (name_err_local_variables): new method NameError#local_variables for internal use only. [Feature #11777] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52942 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- iseq.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'iseq.h') diff --git a/iseq.h b/iseq.h index 2b18d56893..c55119d01e 100644 --- a/iseq.h +++ b/iseq.h @@ -214,6 +214,9 @@ enum defined_type { VALUE rb_iseq_defined_string(enum defined_type type); void rb_iseq_make_compile_option(struct rb_compile_option_struct *option, VALUE opt); +/* vm.c */ +VALUE rb_iseq_local_variables(const rb_iseq_t *iseq); + RUBY_SYMBOL_EXPORT_END #endif /* RUBY_ISEQ_H */ -- cgit v1.2.3