packsaddle / ruby-git_diff_parser

Parse `git diff` into patches and lines.
http://packsaddle.org
MIT License
33 stars 14 forks source link

Use Patches.parse instead of DiffParser.parse #50

Closed sanemat closed 9 years ago

sanemat commented 9 years ago

DiffParser.parse returns Patches<Patch>. I think Patches.parse returns Patches<Patch> is more reasonable.