instance method
isolating?
Ruby on Rails edge
Since v8.1.3.1 Private — implementation detail, not part of the public APIAvailable in: v8.1.3.1 edge
Signature
isolating?()
No documentation comment.
Source
# File activejob/lib/active_job/continuation.rb, line 293
def isolating?
@isolating
end
Defined in activejob/lib/active_job/continuation.rb line 293
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveJob::Continuation