A diff library that uses html tags to show differences
The code is this repo is very old and is here to be read and learned from. It is not maintained. đ¶
class Stuff
class << self
include HTMLDiff
end
end
Stuff.diff(âa word is hereâ, âa nother word is thereâ)
Checkout the crappy specs for good examples.