Class: Delayed::Backend::ActiveRecord::Job
- Inherits:
-
Object
- Object
- Delayed::Backend::ActiveRecord::Job
- Defined in:
- lib/airbrake/delayed_job.rb
Overview
Workaround against JRuby bug: github.com/jruby/jruby/issues/3338 rubocop:disable Style/ClassAndModuleChildren
Instance Method Summary collapse
Instance Method Details
#old_to_ary ⇒ Object
55 |
# File 'lib/airbrake/delayed_job.rb', line 55 alias old_to_ary to_ary |
#to_ary ⇒ Object
57 58 59 |
# File 'lib/airbrake/delayed_job.rb', line 57 def to_ary old_to_ary || [self] end |