GitDiffParser
Parse git diff into patches and lines
Constants
VERSION = "0.1.0".freeze
Class methods
parse(contents)
@param contents [String] git diff result.
@return [Patches<Patch>] parsed patches and lines
Parse git diff into patches and lines
@param contents [String] git diff result.
@return [Patches<Patch>] parsed patches and lines