You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ruby 3.5, `Kernel#caller_location` will not include `<internal:xxx>`
frames. Instead, it will use its caller-side location for an internal
frame. ruby/ruby#13238
This change updates the expected values of backtraces in irb test to
support the behavior change.
0 commit comments