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
commit8a6e731a138176c33e95d8964800b06905beaf83 (patch)
treee495e3702055d35e72535494ac9bef541ca5a81c /iseq.h
parent994de97db4704a7bc50e452b153d743e8c96c57f (diff)
downloadruby-8a6e731a138176c33e95d8964800b06905beaf83.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 */