From 479e39619240d7723f0573add301d71125df6933 Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 29 Nov 2012 05:57:35 +0000 Subject: * vm_trace.c (rb_tracepoint_attr_method_id): rename TracePoint#id to TracePoint#method_id. * include/ruby/debug.h: ditto. * test/ruby/test_settracefunc.rb: ditto, git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37973 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ruby/debug.h') diff --git a/include/ruby/debug.h b/include/ruby/debug.h index e7a1102250..19b7090007 100644 --- a/include/ruby/debug.h +++ b/include/ruby/debug.h @@ -54,7 +54,7 @@ VALUE rb_tracepoint_enabled_p(VALUE tpval); VALUE rb_tracepoint_attr_event(VALUE tpval); VALUE rb_tracepoint_attr_lineno(VALUE tpval); VALUE rb_tracepoint_attr_path(VALUE tpval); -VALUE rb_tracepoint_attr_id(VALUE tpval); +VALUE rb_tracepoint_attr_method_id(VALUE tpval); VALUE rb_tracepoint_attr_defined_class(VALUE tpval); VALUE rb_tracepoint_attr_binding(VALUE tpval); VALUE rb_tracepoint_attr_self(VALUE tpval); -- cgit v1.2.3