From 8e4c6d848216495cf4ddde1aae52f9ac3c0c0801 Mon Sep 17 00:00:00 2001 From: shugo Date: Tue, 25 Dec 2007 08:49:09 +0000 Subject: * vm.c (rb_frame_method_id_and_class): new function to get the method id and class of the current frame. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14686 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/intern.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/ruby') diff --git a/include/ruby/intern.h b/include/ruby/intern.h index 977f58cd69..eaacc96052 100644 --- a/include/ruby/intern.h +++ b/include/ruby/intern.h @@ -626,6 +626,7 @@ VALUE rb_str_succ(VALUE); VALUE rb_time_succ(VALUE); void Init_stack(VALUE*); void rb_frame_pop(void); +int rb_frame_method_id_and_class(ID *idp, VALUE *klassp); #if defined(__cplusplus) #if 0 -- cgit v1.2.3