Skip to content

Commit

Permalink
Merge pull request #2840 from kyanagi/fix_tracepoint_binding_return_type
Browse files Browse the repository at this point in the history
TracePoint#bindingの戻り値の型をRuby 3.2以降で変更
  • Loading branch information
znz authored Nov 2, 2023
2 parents 49df475 + 662d28c commit caca167
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions refm/api/src/_builtin/TracePoint
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,11 @@ end

@see [[ruby-core:50864]]

#@since 3.2
--- binding -> Binding | nil
#@else
--- binding -> Binding
#@end

発生したイベントによって生成された [[c:Binding]] オブジェクトを返します。

Expand Down

0 comments on commit caca167

Please sign in to comment.