class GitDiffParser::Line
- GitDiffParser::Line
- Reference
- Object
Overview
Parsed line
Defined in:
git_diff_parser/line.crConstructors
Instance Method Summary
-
#changed?
@return [Boolean] true if line changed
- #content : String
- #mode : GitDiffParser::Line::Mode
- #number : Int32
- #patch_position : Int32
Constructor Detail
def self.new(content : String, number : Int32, patch_position : Int32, mode : GitDiffParser::Line::Mode)
#