From 8c88e8c397c33b777d797e289cf05bfeba907f4a Mon Sep 17 00:00:00 2001 From: Kouhei Yanagita Date: Tue, 24 Oct 2023 23:09:18 +0900 Subject: [PATCH] =?UTF-8?q?TracePoint#binding=E3=81=AE=E6=88=BB=E3=82=8A?= =?UTF-8?q?=E5=80=A4=E3=81=AE=E5=9E=8B=E3=82=92Ruby=203.2=E4=BB=A5?= =?UTF-8?q?=E9=99=8D=E3=81=A7=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- refm/api/src/_builtin/TracePoint | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/refm/api/src/_builtin/TracePoint b/refm/api/src/_builtin/TracePoint index 5407fcdf5f..5d3fbda82f 100644 --- a/refm/api/src/_builtin/TracePoint +++ b/refm/api/src/_builtin/TracePoint @@ -430,7 +430,13 @@ end @see [[ruby-core:50864]] +#@until 3.2 --- binding -> Binding +#@end + +#@since 3.2 +--- binding -> Binding | nil +#@end 発生したイベントによって生成された [[c:Binding]] オブジェクトを返します。