Class Diff::LCS::HTMLDiff::Callbacks
In: lib/diff/lcs/htmldiff.rb
Parent: Object

Methods

discard_a   discard_b   match   new  

Attributes

match_class  [RW] 
only_a_class  [RW] 
only_b_class  [RW] 
output  [RW] 

Public Class methods

Public Instance methods

This will be called when there is a line in A that isn‘t in B

This will be called when there is a line in B that isn‘t in A

This will be called with both lines are the same

[Validate]