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
When asking for the hash of an SpActionGroup instance, it delegates to its id method, which tries to delegate to super id if it is nil. However, this method is not implemented in a superclass, which raises a MessageNotUnderstood exception.
Also, maybe there should be a test to check for violations of the Messages sent that super can not understand critique?
The text was updated successfully, but these errors were encountered:
When asking for the hash of an
SpActionGroup
instance, it delegates to itsid
method, which tries to delegate tosuper id
if it is nil. However, this method is not implemented in a superclass, which raises aMessageNotUnderstood
exception.Also, maybe there should be a test to check for violations of the
Messages sent that super can not understand
critique?The text was updated successfully, but these errors were encountered: