Hello, I trying to make the make you own method work.
So I first I added this :
testShout
self assert: ('Don''t panic' shout = 'DON""T PANIC!')
After that I added this as described in the book.
shout
^ self asUppercase. "!"
But still the testrunner gives that there is a failing test on testShout.
Roelof
