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
Interesting enough MRI still lets you define methods on these objects
even when they're frozen. For example, this works just fine:
def nil.foo
end
nil.foo
0 commit comments