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
Fix incorrect node usage in ImmutableClassNode#execute
* This would cause `this` to be a global singleton unadopted node and
behave the same as RubyContext.get(null), which does not fold to a
constant with a single context but reads it from the fast thread local.
0 commit comments