Sha256: 7e6a9d1c0cbe054ed8a3a4e25f198741c3f3b28c5f2afd870983a18dd7d7ce09
Contents?: true
Size: 573 Bytes
Versions: 48
Compression:
Stored size: 573 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: string.rb,v 1.3 2004/08/08 20:33:09 austin Exp $ #++ # Includes Diff::LCS into String. class String include Diff::LCS end
Version data entries
48 entries across 47 versions & 11 rubygems