instance method
to_a
Ruby on Rails edge
Since v8.1.3.1Available in: v8.1.3.1 edge
Signature
to_a()
No documentation comment.
Source
# File activejob/lib/active_job/continuation/step.rb, line 70
def to_a
[ name.to_s, cursor ]
end
Defined in activejob/lib/active_job/continuation/step.rb line 70
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveJob::Continuation::Step