struct Diff::Chunk
- Diff::Chunk
- Struct
- Value
- Object
Defined in:
diff.crConstructors
Instance Method Summary
- #==(other : self)
- #append?
- #clone
- #copy_with(diff _diff = @diff, type _type = @type, range_a _range_a = @range_a, range_b _range_b = @range_b)
- #data
- #delete?
- #diff
- #no_change?
- #range_a
- #range_b
- #type
Constructor Detail
Instance Method Detail
def copy_with(diff _diff = @diff, type _type = @type, range_a _range_a = @range_a, range_b _range_b = @range_b)
#