Sha256: f53349023fdde18674a98af54188d6b45de0c6e41dda478b32aa4dd0c3f97495
Contents?: true
Size: 417 Bytes
Versions: 1
Compression:
Stored size: 417 Bytes
Contents
$:.unshift 'ext' require 'amatch' a = "A" * "lost this fantasy, this fantasy, this fantasy, this fantasy, this fantasy, this fantasy\r\n\r\nGood love Neat work\r\n\r\nSuper job Fancy work\r\n\r\nPants job Cool work".size b = "A" * "lost\r\n\r\nGood love Neat work\r\n\r\nSuper job Fancy work\r\n\r\nPants job Cool work".size #p a.levenshtein_similar(b) amatch = Amatch::Levenshtein.new(a) amatch.similar(b)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
amatch-0.2.2 | foo.rb |