<div>Yes, the shout method is defined in the String object.</div>
<div>&nbsp;</div>
<div>Eric<br><br></div>
<div class="gmail_quote">On Dec 11, 2007 7:09 AM, stephane ducasse &lt;<a href="mailto:stephane.ducasse@free.fr">stephane.ducasse@free.fr</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi Eric<br>
<div class="Ih2E3d"><br>On 10 déc. 07, at 21:48, Eric Eisaman wrote:<br><br>&gt; Hell Squeakers,<br>&gt;<br>&gt; At home I went through the first half of the Squeak by Example<br>&gt; book. The guided practice went without a hitch however, when I
<br>&gt; worked through the first practice of writing a simple String method<br>&gt; at work, on a different image, I ran into this problem. Why am I<br>&gt; receiving an &#39;Assertion failed&#39; message?<br>&gt;<br>&gt; testShout
<br>&gt; &nbsp;self assert: (&#39;oh no&#39; shout = &#39;OH NO!&#39;)<br>&gt;<br><br></div>where the shout method is defined?<br>In String?<br>
<div class="Ih2E3d"><br>&gt; shout<br>&gt; &nbsp;^ self asUppercase , &#39;!&#39;<br>&gt;<br>&gt; TestFailure: Assertion failed<br>&gt;<br>&gt; Regards,<br>&gt;<br>&gt; Eric Eisaman<br></div>&gt; _______________________________________________
<br>&gt; Beginners mailing list<br>&gt; <a href="mailto:Beginners@lists.squeakfoundation.org">Beginners@lists.squeakfoundation.org</a><br>&gt; <a href="http://lists.squeakfoundation.org/mailman/listinfo/beginners" target="_blank">
http://lists.squeakfoundation.org/mailman/listinfo/beginners</a><br><br>_______________________________________________<br>Beginners mailing list<br><a href="mailto:Beginners@lists.squeakfoundation.org">Beginners@lists.squeakfoundation.org
</a><br><a href="http://lists.squeakfoundation.org/mailman/listinfo/beginners" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/beginners</a><br></blockquote></div><br>