getMethod: string namespace: mn | m res | m := self methods. m do: [:md| ((md name = string) and: [md namespace == mn]) ifTrue: [res := md]]. ^ res