SBECell

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

SBECell

john mcelhose
I'm doing the exercise on p. 36 of 'Squeak by Example'. I get the message
openinWorld
 self shouldBeImplemented
 
MessageNotUnderstood: SBECell>>openinWorld
shouldBeImplemented

What's the problem?

_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: SBECell

Garret Raziel
Simply, the method is named "openInWorld", with both, capital I and W.
Squeak is case sensitive.

On 8/15/10, john mcelhose <[hidden email]> wrote:
>
> I'm doing the exercise on p. 36 of 'Squeak by Example'. I get the message
> openinWorld
>  self shouldBeImplemented
>
> MessageNotUnderstood: SBECell>>openinWorld
> shouldBeImplemented
>
> What's the problem?
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners