ruby-diffy

convenient way to diff strings in Ruby
  https://github.com/samg/diffy
  0
  no reviews



Diffy is a Ruby library providing a convenient way to generate a diff from two strings or files.

Instead of reimplementing the LCS diff algorithm, Diffy uses battle tested Unix diff to generate diffs, and focuses on providing a convenient interface.