diff -r 9b297f0d949c -r 00381102a9b5 compiler/PPCMethod.st --- a/compiler/PPCMethod.st Sun Oct 26 01:28:07 2014 +0000 +++ b/compiler/PPCMethod.st Sun Oct 26 22:00:05 2014 +0000 @@ -7,6 +7,14 @@ category:'PetitCompiler-Core' ! +!PPCMethod class methodsFor:'instance creation'! + +new + "return an initialized instance" + + ^ self basicNew initialize. +! ! + !PPCMethod methodsFor:'as yet unclassified'! add: string