Skip to content

Commit c4a2d00

Browse files
author
Johan Brichau
committed
Compatibility for Pharo6
1 parent 1416992 commit c4a2d00

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*grease-gemstone-core
2+
substrings: aCharacter
3+
"Pharo 6+ compatibility"
4+
^ self subStrings: aCharacter

repository/Grease-GemStone-Core.package/CharacterCollection.extension/methodProperties.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"greaseInteger" : "DaleHenrichs 02/17/2011 16:53",
99
"pluralize" : "DaleHenrichs 02/17/2011 16:53",
1010
"print:on:" : "DaleHenrichs 02/17/2011 16:53",
11+
"substrings:" : "JohanBrichau 05/25/2017 04:14",
1112
"trimBoth" : "DaleHenrichs 02/17/2011 16:53",
1213
"trimBoth:" : "DaleHenrichs 02/17/2011 16:53",
1314
"trimLeft" : "DaleHenrichs 02/17/2011 16:53",

0 commit comments

Comments
 (0)