Sha256: 8a1c932af0d05e9b190261e01602f522d3adf9504d8796a171749279f1d8e24d
Contents?: true
Size: 265 Bytes
Versions: 12
Compression:
Stored size: 265 Bytes
Contents
initiator = ENV['CALLBACK_INITIATOR'] require "./report_modification/initiators/#{initiator}" callback = Proc.new do |report| report.user = { :id => '0001', :email => 'test@test.com', :name => 'leo testman' } report.user = nil end run(callback)
Version data entries
12 entries across 12 versions & 1 rubygems