On 07 Nov 2011, at 16:12, Nick Ager wrote: > In my image (Pharo 1.3) #environment is defined in Behavior so I need to call: > > (self class environment at: #String) new > > have I missed something…
Stéph,
Nick is right. I guess the question is: how should normal client or user code
that used to do something like
Smalltalk at: #Point
be written ?
Should we just do
Smalltalk globals
or
self environment.
In the last case, there is the question whether an instance method would be
needed.
Sven
