Sha256: d046b6cc81a94f269141500629a7deab9d147af217b38bcf00a499664548e737
Contents?: true
Size: 524 Bytes
Versions: 96
Compression:
Stored size: 524 Bytes
Contents
#! /usr/env/bin ruby #-- # Copyright 2004 Austin Ziegler <diff-lcs@halostatue.ca> # adapted from: # Algorithm::Diff (Perl) by Ned Konz <perl@bike-nomad.com> # Smalltalk by Mario I. Wolczko <mario@wolczko.com> # 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$ #++ # Includes Diff::LCS into String. class String include Diff::LCS end
Version data entries
96 entries across 89 versions & 16 rubygems