Id like to compare two strings in Ruby and find their similarity
I\'ve had a look at the Levenshtein gem but it seems this was last updated in 2008 and
Levenshtein
There is now a ruby gem for similar_text. https://rubygems.org/gems/similar_text It provides a similar method that compares two strings and returns a number representing the percent similarity between the two strings.
similar