Sha256: ed975973f594327e308c7fe5d273a432eec1d99fa516deb28b8fbf417944e720
Contents?: true
Size: 276 Bytes
Versions: 11
Compression:
Stored size: 276 Bytes
Contents
require_relative 'workers/event' # This class is here for backwards compatibility with pre 3.1 versions. It can be removed with the # next major version (4.0) module Materialist class EventWorker < Workers::Event def perform(event) super(event) end end end
Version data entries
11 entries across 11 versions & 1 rubygems