Updates:
Status: Fixed
Cc: stephane.ducasse tudor.girba
Labels: Milestone-1.3
Comment #1 on issue 3811 by
[hidden email]: Extending MessageSend
protocol with cull: and value: protocol
http://code.google.com/p/pharo/issues/detail?id=3811in order to treat MessageSends and blocks in same way
so, we need support of these messages in MessageSend.
And since MessageSend already supports valueWithArguments:,
we also extended it with faster #value: #value:value: and
#value:value:value: