%w{committed_transaction discarded_transaction}
88 89 90 91
# File 'lib/roby/log/hooks.rb', line 88 def committed_transaction super if defined? super Roby::Log.log(:committed_transaction) { [self] } end
92 93 94 95
# File 'lib/roby/log/hooks.rb', line 92 def discarded_transaction super if defined? super Roby::Log.log(:discarded_transaction) { [self] } end