Method: SimpleCorrectionDiff#discard_a
- Defined in:
- lib/output/simple_correction_diff.rb
#discard_a(event) ⇒ Object
This will be called when there is a line in A that isn’t in B
22 23 24 |
# File 'lib/output/simple_correction_diff.rb', line 22 def discard_a(event) @content << %Q|<span class="only_a"><del>#{event.old_element}</del></span><br/>\n| end |