Skip to content

Commit 3688183

Browse files
author
Johan Brichau
committed
Fix slime rule in Pharo 7 and 9
1 parent a17f250 commit 3688183

File tree

1 file changed

+2
-2
lines changed
  • repository/Grease-Pharo40-Slime.package/GRNotPortableCollectionsRule.class/instance

1 file changed

+2
-2
lines changed

repository/Grease-Pharo40-Slime.package/GRNotPortableCollectionsRule.class/instance/initialize.st

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ initialize
33
super initialize.
44
self rewriteRule
55
replace: '`@collection beginsWith: `@subCollection'
6-
with: '`@collection beginsWithSubCollection: `@subCollection';
6+
with: '`@collection greaseBeginsWith: `@subCollection';
77
replace: '`@collection endsWith: `@subCollection'
8-
with: '`@collection endsWithSubCollection: `@subCollection'
8+
with: '`@collection greaseEndsWith: `@subCollection'

0 commit comments

Comments
 (0)