# File lib/acts_as_suggest.rb, line 118
  def distance(other)
    Text::Levenshtein::distance(self, other)
  end