Class String


back
doIt	| meth |
meth <- Object parseMethod: 'doItCommand ^' + self.
meth notNil
ifTrue: [ ^ (Context new
perform: meth withArguments: (Array new: 1) ) ]