openbsd-ports/devel/ruby-transaction-simple/pkg/DESCR
jcs 3b6a9b7d22 ruby-transaction-simple-1.4.0
generic active transaction support for ruby objects
2007-05-29 04:25:59 +00:00

5 lines
272 B
Plaintext

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).