aboutsummaryrefslogtreecommitdiffstats
path: root/iseq.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-08 05:27:10 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-08 05:27:10 +0000
commit506b25aabf66c54cffe478958f8672f7fe6fa669 (patch)
treee495e3702055d35e72535494ac9bef541ca5a81c /iseq.h
parentcb3b463a50dee9d4e3d174dc9b1d7c8181678cd4 (diff)
downloadruby-506b25aabf66c54cffe478958f8672f7fe6fa669.tar.gz
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
Diffstat (limited to 'iseq.h')
-rw-r--r--iseq.h3
1 files changed, 3 insertions, 0 deletions
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 */