6 lines
322 B
Text
6 lines
322 B
Text
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).
|
|
|
|
WWW: http://rubyforge.org/projects/trans-simple/
|