# File lib/puppet/transaction/event.rb, line 19
19:   def initialize(options = {})
20:     @audited = false
21:     options.each { |attr, value| send(attr.to_s + "=", value) }
22: 
23:     @time = Time.now
24:   end