summaryrefslogtreecommitdiff
path: root/include/ruby
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-29 05:57:35 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-29 05:57:35 +0000
commit479e39619240d7723f0573add301d71125df6933 (patch)
tree748ed7174937385aaf8b418df2163b7f48426a06 /include/ruby
parent89c889d4e72eb39bb70734d2360b9607c1099bdb (diff)
* 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
Diffstat (limited to 'include/ruby')
-rw-r--r--include/ruby/debug.h2
1 files changed, 1 insertions, 1 deletions
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);