We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3688183 commit e6ba7bdCopy full SHA for e6ba7bd
1 file changed
repository/Grease-Slime.package/GRNotPortableCollectionsRule.class/instance/initialize.st
@@ -3,6 +3,6 @@ initialize
3
super initialize.
4
self rewriteRule
5
replace: '`@collection beginsWith: `@subCollection'
6
- with: '`@collection beginsWithSubCollection: `@subCollection';
+ with: '`@collection greaseBeginsWith: `@subCollection';
7
replace: '`@collection endsWith: `@subCollection'
8
- with: '`@collection endsWithSubCollection: `@subCollection'
+ with: '`@collection greaseEndsWith: `@subCollection'
0 commit comments