struct Minitest::Diff::Delta

Defined in:

diff.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : Type, a : Range(Int32, Int32), b : Range(Int32, Int32)) #

[View source]

Instance Method Detail

def a : Range(Int32, Int32) #

def append(other : self) : self #

[View source]
def b : Range(Int32, Int32) #

def clone #

[View source]
def copy_with(type _type = @type, a _a = @a, b _b = @b) #

[View source]
def reverse : self #

[View source]
def type : Type #