lib/fuzzy_match.rb in fuzzy_match-1.2.1 vs lib/fuzzy_match.rb in fuzzy_match-1.2.2
- old
+ new
@@ -260,9 +260,9 @@
def explain(needle, options = {})
find needle, options.merge(:gather_last_result => true)
last_result.explain
end
- # DEPRECATED - doesn't do anything
+ # DEPRECATED
def free
end
end