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
Improve check for GC.stat(:total_allocated_objects)
* This works whether the Ruby implementation raises or uses a Hash with
a default of 0 to represent unknown keys (like TruffleRuby) and so
this is more portable.
* Also avoids an extra exception on JRuby.
0 commit comments