class RuboCop::StringUtil::Jaro

def distance

def distance
  @distance ||= compute_distance
end