Nicolas Cellier uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-nice.290.mcz==================== Summary ====================
Name: Kernel-nice.290
Author: nice
Time: 9 November 2009, 12:25:05 pm
UUID: 4cff06dd-bd14-4b39-8867-ff5f1331f558
Ancestors: Kernel-nice.289
clean-up isSelfEvaluating
=============== Diff against Kernel-nice.289 ===============
Item was removed:
- ----- Method: Object>>isSelfEvaluating (in category 'self evaluating') -----
- isSelfEvaluating
- "Answer true if the receiver will print in a format evaluating to itself, that is
- (Compiler evaluate: self printString) = self"
-
- ^ self isLiteral!
Item was removed:
- ----- Method: Fraction>>isSelfEvaluating (in category 'self evaluating') -----
- isSelfEvaluating
- ^ true!
Item was removed:
- ----- Method: Class>>isSelfEvaluating (in category 'self evaluating') -----
- isSelfEvaluating
- ^ true!
Item was removed:
- ----- Method: Boolean>>isSelfEvaluating (in category 'self evaluating') -----
- isSelfEvaluating
- ^ true!
Item was removed:
- ----- Method: Metaclass>>isSelfEvaluating (in category 'testing') -----
- isSelfEvaluating
- ^ true!