FogBugz (Case [Issue]10745) Kernel - [ENH]: MethodContext>>#callChainAnySatisfy:

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

FogBugz (Case [Issue]10745) Kernel - [ENH]: MethodContext>>#callChainAnySatisfy:

Pharo Issue Tracker
A FogBugz case was opened by Sean DeNigris.

Case ID:      10745
Title:        [ENH]: MethodContext>>#callChainAnySatisfy:
Status:       Work Needed
Category:     Enhancement
Project:      Kernel
Area:         Misc
Priority:     3 - Must Fix
Milestone:    Pharo3.0: 30/03/2014
Assigned To:  Everyone

URL:          https://pharo.fogbugz.com/default.asp?10745

I've found this useful...

callChainAnySatisfy: aBlock

(aBlock value: self) ifTrue: [ ^ true ].
self sender ifNil: [ ^ false ].
^ self sender callChainAnySatisfy: aBlock.

Slice incoming...


You are subscribed to this case.  If you do not want to receive automatic notifications in the future, unsubscribe (https://pharo.fogbugz.com/default.asp?pre=preUnsubscribe&pg=pgEditBug&command=view&ixBug=10745) from this case.

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker