Class Diff::LCS::Block
In: lib/diff/lcs/block.rb
Parent: Object

A block is an operation removing, adding, or changing a group of items. Basically, this is just a list of changes, where each change adds or deletes a single item. Used by bin/ldiff.

Methods

diff_size   new   op  

Attributes

changes  [R] 
insert  [R] 
remove  [R] 

Public Class methods

Public Instance methods

[Validate]