rb_method_body 937 iseq.c extern NODE *rb_method_body(VALUE body); rb_method_body 943 iseq.c if ((node = rb_method_body(body)) != 0) {