Sha256: 7ca90d9d4e6f95a41c39fcc3822ca530e34278075d53c2b65b7e738d6bb937f8
Contents?: true
Size: 283 Bytes
Versions: 12
Compression:
Stored size: 283 Bytes
Contents
initiator = ENV['CALLBACK_INITIATOR'] require "./report_modification/initiators/#{initiator}" callback = Proc.new do |report| report.user = { :type => 'amateur', :location => 'testville', :details => { :a => 'foo', :b => 'bar' } } end run(callback)
Version data entries
12 entries across 12 versions & 1 rubygems