struct Minitest::Diff(T)

Overview

Original diff algorithm writen by TSUYUSATO Kitsune (MakeNowJust), distributed under the MIT license.

See https://github.com/makenowjust/crystal-diff/blob/master/src/diff.cr

Defined in:

diff.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(a : T, b : T) #

[View source]

Class Method Detail

def self.line_diff(a : String, b : String) #

[View source]

Instance Method Detail

def a : T #

[View source]
def b : T #

[View source]
def each(& : Delta -> ) : Nil #

[View source]