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
Defaults attributes are evaluated on class definition, even if the default is a proc or a lambda. It would be useful and less surprising if default procs were executed when run! was called rather than when the interaction was required.