diff options
Diffstat (limited to 'ruby/rubygem-diff-lcs/README')
-rw-r--r-- | ruby/rubygem-diff-lcs/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ruby/rubygem-diff-lcs/README b/ruby/rubygem-diff-lcs/README new file mode 100644 index 0000000000..37422f7619 --- /dev/null +++ b/ruby/rubygem-diff-lcs/README @@ -0,0 +1,3 @@ +Diff::LCS computes the difference between two Enumerable sequences using the +McIlroy-Hunt longest common subsequence (LCS) algorithm. It includes utilities +to create a simple HTML diff output format and a standard diff-like tool. |