[ 源代码: ruby-diffy ]
软件包:ruby-diffy(3.4.2-1)
convenient way to diff strings in Ruby
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.