class GitDiff::Line

Defined in:

git_diff/line.cr

Constant Summary

ADDED = "+"
DELETED = "-"
NOT_MODIFIED = " "

Constructors

Instance Method Summary

Constructor Detail

def self.new(sign : String, content : String) #

[View source]

Instance Method Detail

def added? : Bool #

[View source]
def content : String #

[View source]
def deleted? : Bool #

[View source]
def not_modified? : Bool #

[View source]
def sign : String #

[View source]