David T. Lewis uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-dtl.318.mcz==================== Summary ====================
Name: Kernel-dtl.318
Author: dtl
Time: 2 December 2009, 9:22:36 am
UUID: 0153a88f-b3b4-48e6-9dfa-a6acd42915c3
Ancestors: Kernel-nice.317
Remove Object>>couldOpenInMorphic and eliminate "world hacking" method category.
=============== Diff against Kernel-nice.317 ===============
Item was removed:
- ----- Method: Object>>couldOpenInMorphic (in category 'world hacking') -----
- couldOpenInMorphic
-
- "is there an obvious morphic world in which to open a new morph?"
-
- ^World notNil or: [ActiveWorld notNil]!