$ cd /srv/app $ touch a.txt {:modified=>[], :added=>["/srv/app/a.txt"], :removed=>[]} $ echo more >> a.txt {:modified=>["/srv/app/a.txt"], :added=>[], :removed ...
fuzzy-string-match is a fuzzy string matching library for ruby. It is fast. ( written in C with RubyInline ) It supports only Jaro-Winkler distance algorithm. This program was ported by hand from ...