Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
C0::Diff::Sub
Inherits
Struct
/
Value
/
Object
A single substitution: old text → new text.
Constructors
new
(old :
Bytes
, new :
Bytes
)
Source
Instance methods
clone
Source
copy_with
(old _old = @old, new _new = @new)
Source
new
old