aboutsummaryrefslogtreecommitdiffstats
path: root/iseq.h
diff options
context:
space:
mode:
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 b626682bed..ebdee1101f 100644
--- a/iseq.h
+++ b/iseq.h
@@ -27,6 +27,9 @@ VALUE rb_iseq_load(VALUE data, VALUE parent, VALUE opt);
VALUE rb_iseq_parameters(const rb_iseq_t *iseq, int is_proc);
struct st_table *ruby_insn_make_insn_table(void);
+/* proc.c */
+rb_iseq_t *rb_method_get_iseq(VALUE body);
+
struct rb_compile_option_struct {
int inline_const_cache;
int peephole_optimization;