Sha256: 2d212e0e966ffced892eff5f580c0ffe876947c78440ae73e72414f06c6198ec

Contents?: true

Size: 571 Bytes

Versions: 11

Compression:

Stored size: 571 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.2 2004/12/15 22:07:19 tamc Exp $
#++
# Includes Diff::LCS into String.

class String
  include Diff::LCS
end

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
gf-Soks-1.0.4 contrib/diff/lcs/string.rb
Soks-0.0.3 contrib/diff/lcs/string.rb
Soks-0.0.5 contrib/diff/lcs/string.rb
Soks-0.0.6 contrib/diff/lcs/string.rb
Soks-0.0.7 contrib/diff/lcs/string.rb
Soks-0.0.2 contrib/diff/lcs/string.rb
Soks-1.0.1 contrib/diff/lcs/string.rb
Soks-1.0.3 contrib/diff/lcs/string.rb
Soks-0.0.4 contrib/diff/lcs/string.rb
Soks-1.0.2 contrib/diff/lcs/string.rb
Soks-1.0.0 contrib/diff/lcs/string.rb