instance method
new_step
Ruby on Rails 8.1.2
Since v8.1.2 PrivateSignature
new_step(*args, **options)
No documentation comment.
Parameters
-
argsrest -
optionskeyrest
Source
# File activejob/lib/active_job/continuation.rb, line 281
def new_step(*args, **options)
Step.new(*args, job: job, **options)
end
Defined in activejob/lib/active_job/continuation.rb line 281
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveJob::Continuation