struct
C0::Diff::Section
- C0::Diff::Section
- Struct
- Value
- Object
Overview
A section is a sequential pattern of units (anchors + substitutions).
Defined in:
c0/diff.crConstructors
Instance Method Summary
-
#replacement : Bytes
Build the replacement (new text concatenated).
-
#search_pattern : Bytes
Build the search pattern (old text concatenated).
- #units : Array(Unit)