Module: Diff

Defined in:
lib/diff/lcs.rb

Overview

! /usr/env/bin ruby – Copyright 2004 Austin Ziegler <[email protected]>

adapted from:
  Algorithm::Diff (Perl) by Ned Konz <[email protected]>
  Smalltalk by Mario I. Wolczko <[email protected]>
implements McIlroy-Hunt diff algorithm

This program is free software. It may be redistributed and/or modified under the terms of the GPL version 2 (or later), the Perl Artistic licence, or the Ruby licence.

$Id: lcs.rb,v 1.8 2004/09/26 01:35:58 austin Exp $ ++

Defined Under Namespace

Modules: LCS