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
The third case should just set up the receiver at the class level so that things read better.
Otherwise, if you are defining a bunch of class methods, and need to have a receiver at the class level, you
have to step outside the singleton class, to set the receiver up.
The text was updated successfully, but these errors were encountered:
The
receives
method can be used as a class method or an instance method, but not as singleton method on the class:The third case should just set up the receiver at the class level so that things read better.
Otherwise, if you are defining a bunch of class methods, and need to have a receiver at the class level, you
have to step outside the singleton class, to set the receiver up.
The text was updated successfully, but these errors were encountered: