method_log
method_log copied to clipboard
Use Rugged::Diff vs diffy gem
From Further Work section of blog post:
While writing this article, I came across the undocumented
Rugged::Diffclass - it might be better to use this rather than thediffygem that I’m using at the moment.
It seems as if the class is now documented.