Classes: Log
43 44 45 46 47 48 49
# File 'lib/cult/transaction.rb', line 43 def transaction Log.new do |list| list.protect do yield list end end end