class GitDiffParser::Line

Overview

Parsed line

Defined in:

git_diff_parser/line.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(content : String, number : Int32, patch_position : Int32, mode : GitDiffParser::Line::Mode) #

[View source]

Instance Method Detail

def changed? #

@return [Boolean] true if line changed


[View source]
def content : String #

[View source]

[View source]
def number : Int32 #

[View source]
def patch_position : Int32 #

[View source]