Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
ruby-diffy
convenient way to diff strings in Ruby
https://github.com/samg/diffy
0
no reviews
Install
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.