class

C0::SectionBuilder

Inherits Reference / Object

Builder for individual diff sections.

Constructors

new(io : IO::Memory)
Source

Instance methods

anchor(text : String) : Nil

Add literal anchor text.

Source
sub(old_text : String, new_text : String) : Nil

Add a substitution (old → new).

Source