instance method
new_step
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
new_step(*args, **options)
No documentation comment.
Parameters
-
argsrest -
optionskeyrest
Source
# File activejob/lib/active_job/continuation.rb, line 301
def new_step(*args, **options)
Step.new(*args, job: job, **options)
end
Defined in activejob/lib/active_job/continuation.rb line 301
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveJob::Continuation