vendor/transaction/simple/group.rb in pdf-labels-1.0.0 vs vendor/transaction/simple/group.rb in pdf-labels-1.0.1

- old
+ new

@@ -1,4 +1,17 @@ +#-- +# Transaction::Simple +# Simple object transaction support for Ruby +# http://rubyforge.org/projects/trans-simple/ +# Version 1.4.0 +# +# Licensed under a MIT-style licence. See Licence.txt in the main +# distribution for full licensing information. +# +# Copyright (c) 2003 - 2007 Austin Ziegler +# +# $Id: group.rb 47 2007-02-03 15:02:51Z austin $ +#++ require 'transaction/simple' # A transaction group is an object wrapper that manages a group of objects # as if they were a single object for the purpose of transaction # management. All transactions for this group of objects should be