Sha256: 2668eb5e6261e6fc8a1a58e25a65c572d57cf008eef1be4c7a8947a3a82bc0bc
Contents?: true
Size: 403 Bytes
Versions: 17
Compression:
Stored size: 403 Bytes
Contents
# encoding: utf-8 # This file is distributed under New Relic's license terms. # See https://github.com/newrelic/rpm/blob/master/LICENSE for complete details. # This class is used to test Sidekiq's Delayed Extensions # which give the framework an interface like Delayed Job. # The Delayed Extensions cannot be used to operate directly # on a Sidekiq Worker. class TestModel def self.do_work end end
Version data entries
17 entries across 17 versions & 2 rubygems