Message>>#arguments:
Nov. 20, 2014
12:51 p.m.
Hi, Is there any reason why we donât have this method Message>>#arguments: anArray args := anArray We already have the read accessor. There is also a write accessor for single argument messages. Any hint? Noury
Nov. 20, 2014
1:08 p.m.
no idea⦠but in a philosophical point of view, the fact that you have an accessor doesnât means that you should have a mutator ;) Esteban
On 20 Nov 2014, at 13:51, Noury Bouraqadi <bouraqadi@gmail.com> wrote:
Hi,
Is there any reason why we donât have this method
Message>>#arguments: anArray args := anArray
We already have the read accessor. There is also a write accessor for single argument messages.
Any hint?
Noury
4271
Age (days ago)
4271
Last active (days ago)
1 comments
2 participants
participants (2)
-
Esteban Lorenzano -
Noury Bouraqadi