struct C0::Diff::Sub

Overview

A single substitution: old text → new text.

Defined in:

c0/diff.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(old : Bytes, new : Bytes) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(old _old = @old, new _new = @new) #

[View source]
def new : Bytes #

def old : Bytes #