[squeak-dev] The Inbox: Kernel-cmfcmf.1251.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Aug 5 14:39:39 UTC 2019


A new version of Kernel was added to project The Inbox:
http://source.squeak.org/inbox/Kernel-cmfcmf.1251.mcz

==================== Summary ====================

Name: Kernel-cmfcmf.1251
Author: cmfcmf
Time: 5 August 2019, 4:39:08.95825 pm
UUID: eb7ae4e2-7697-7745-b4c3-4f9ce5975e2b
Ancestors: Kernel-mt.1250

Clarify comment in Object>>respondsTo: to indicate that the method can also be defined in a superclass.

=============== Diff against Kernel-mt.1250 ===============

Item was changed:
  ----- Method: Object>>respondsTo: (in category 'class membership') -----
+ respondsTo: aSymbol
+ 	"Answer whether the method dictionary of the receiver's class or any of its superclasses contains 
- respondsTo: aSymbol 
- 	"Answer whether the method dictionary of the receiver's class contains 
  	aSymbol as a message selector."
  
  	^self class canUnderstand: aSymbol!



More information about the Squeak-dev mailing list