[Pkg] The Trunk: 51Deprecated-mt.28.mcz

commits at source.squeak.org commits at source.squeak.org
Fri May 13 08:38:37 UTC 2016


Marcel Taeumel uploaded a new version of 51Deprecated to project The Trunk:
http://source.squeak.org/trunk/51Deprecated-mt.28.mcz

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

Name: 51Deprecated-mt.28
Author: mt
Time: 13 May 2016, 10:38:32.831561 am
UUID: b042330a-4e0a-0b44-a812-ec4f1742611d
Ancestors: 51Deprecated-mt.27

Deprecate #includesSubString: with capital S.

=============== Diff against 51Deprecated-mt.27 ===============

Item was added:
+ ----- Method: String>>includesSubString: (in category '*51Deprecated') -----
+ includesSubString: subString
+ 
+ 	self deprecated: 'Use #includesSubstring: instead.'.
+ 	^self includesSubstring: subString!



More information about the Packages mailing list