summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--trace_point.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/trace_point.rb b/trace_point.rb
index 82604a59f0..ac4086589c 100644
--- a/trace_point.rb
+++ b/trace_point.rb
@@ -377,9 +377,8 @@ class TracePoint
# Return the generated binding object from event.
#
- # Note that for +c_call+ and +c_return+ events, the binding returned is the
- # binding of the nearest Ruby method calling the C method, since C methods
- # themselves do not have bindings.
+ # Note that for +c_call+ and +c_return+ events, the method will return
+ # +nil+, since C methods themselves do not have bindings.
def binding
Primitive.tracepoint_attr_binding
end