# HG changeset patch # User Claus Gittinger # Date 1500125305 -7200 # Node ID 99941fe21a09eeabedfa2cd7a95041c208ba3657 # Parent 65686f14ebf4c0f8d2298d4351783ab9bc024a4d #FEATURE by cg class: FuzzyMatcher added: #indexes diff -r 65686f14ebf4 -r 99941fe21a09 FuzzyMatcher.st --- a/FuzzyMatcher.st Fri Jul 14 15:02:58 2017 +0200 +++ b/FuzzyMatcher.st Sat Jul 15 15:28:25 2017 +0200 @@ -244,6 +244,14 @@ !FuzzyMatcher methodsFor:'accessing'! +indexes + "only valid inside the match callback block" + + ^ indexes + + "Created: / 15-07-2017 / 14:57:10 / cg" +! + pattern ^ pattern