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
Using ivars will not perform quite as well as a hash, and besides that
if we use a hash we don't need to keep track of the "keys" that were set
in a different data structure (as the hash keeps track of it for us)
0 commit comments