summaryrefslogtreecommitdiff
path: root/misc/ruby-transaction-simple/DESCR
blob: 547099a80a18de07f8ce756c3dd14ebb11790cfd (plain)
1
2
3
4
Transaction::Simple provides a generic way to add active transaction
support to objects.  The transaction methods added by this module will
work with most objects, excluding those that cannot be Marshal-ed
(bindings, procedure objects, IO instances, or singleton objects).