Skip to content

struct Grits::HunkData
inherits Struct #

Constructors#

.new(new_lines : Int32, old_lines : Int32, new_start : Int32, old_start : Int32, header : String, delta : DeltaData)#

Methods#

#clone#

#copy_with(new_lines _new_lines = @new_lines, old_lines _old_lines = @old_lines, new_start _new_start = @new_start, old_start _old_start = @old_start, header _header = @header, delta _delta = @delta)#

#delta : DeltaData#

#header : String#

#new_lines : Int32#

#new_start : Int32#

#old_lines : Int32#

#old_start : Int32#