class Grits::DiffForeachCallbacks

Defined in:

grits/callbacks/diff_foreach_callbacks.cr

Instance Method Summary

Instance methods inherited from class Grits::CallbacksState

callbacks : Array(Symbol) callbacks, empty? empty?

Constructor methods inherited from class Grits::CallbacksState

new new

Instance Method Detail

def on_binary(&block : DiffBinaryCb) #

[View source]
def on_binary : Grits::DiffBinary -> Nil? #

[View source]
def on_file(&block : DiffFileCb) #

[View source]
def on_file : Grits::DiffDelta, Float64 -> Nil? #

[View source]
def on_hunk(&block : DiffHunkCb) #

[View source]
def on_hunk : Grits::DiffHunk -> Nil? #

[View source]
def on_line(&block : DiffLineCb) #

[View source]
def on_line : Grits::DiffLine -> Nil? #

[View source]