]> git.notmuchmail.org Git - sup/blobdiff - lib/sup/ferret_index.rb
Merge branch 'master' into next
[sup] / lib / sup / ferret_index.rb
index 2de8727f2e2652577d0ed4e8634caae8030003ae..789a688d22b03630afdae22cb4dc5ae4e8600ba4 100644 (file)
@@ -8,10 +8,7 @@ class FerretIndex < BaseIndex
 Executes before a string search is applied to the index,
 returning a new search string.
 Variables:
-  subs: The string being searched. Be careful about shadowing:
-    this variable is actually a method, so use a temporary variable
-    or explicitly call self.subs; the substitutions in index.rb
-    don't actually work.
+  subs: The string being searched.
 EOS
 
   def initialize dir=BASE_DIR