The Trunk: 51Deprecated-mt.28.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: 51Deprecated-mt.28.mcz

commits-2
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!