Hi!
I have produced: GT-Inspector-AlexandreBergel.389
That replace: GTExampleImpostorPragma>>= aImpostorPragma ^ self class = aImpostorPragma class and: [ self method = aImpostorPragma method ]
by: GTExampleImpostorPragma>>= aImpostorPragma ^ self class == aImpostorPragma class and: [ self method == aImpostorPragma method ]
Performing #= between methods is pretty expensive and I see no reason why classes have to be compared with #= and not #==
Cheers, Alexandre