diff options
Diffstat (limited to 'textproc/ruby-diff/pkg-descr')
-rw-r--r-- | textproc/ruby-diff/pkg-descr | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/textproc/ruby-diff/pkg-descr b/textproc/ruby-diff/pkg-descr deleted file mode 100644 index 25f0d498a5be..000000000000 --- a/textproc/ruby-diff/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The diff algorithm computes the differences between two arrays of elements, -like the unix program "diff". diff.rb is a Ruby conversion of the Perl's -Algorithm::Diff. It can diff Arrays by each element or Strings by each -character, or your own class if you implement the interface. The algorithm -is complete, stable (TestUnit test available), but the interface may change -before a 1.0 release. |