struct Grits::DeltaData
- Grits::DeltaData
- Struct
- Value
- Object
Defined in:
grits/diff/diff_delta.crConstructors
Instance Method Summary
- #clone
- #copy_with(new_file _new_file = @new_file, old_file _old_file = @old_file, files_count _files_count = @files_count)
- #files_count : Int64
- #new_file : DiffFileData | Nil
- #old_file : DiffFileData | Nil
Constructor Detail
Instance Method Detail
def copy_with(new_file _new_file = @new_file, old_file _old_file = @old_file, files_count _files_count = @files_count)
#