module FuzzyString
Constants
- VERSION
Public Instance Methods
-(other)
click to toggle source
# File lib/fuzzy_string.rb, line 7 def -(other) Levenshtein.distance(self,other) end
^(other)
click to toggle source
# File lib/fuzzy_string.rb, line 6 def ^(other) AdjustedScore.rank(self,other) end