method

description

rails latest stable - Class: ActiveJob::Continuation::Step

Method not available on this version

This method is only available on newer versions. The first available version (v8.1.1) is shown here.

description()
public

No documentation available.

# File activejob/lib/active_job/continuation/step.rb, line 75
      def description
        "at '#{name}', cursor '#{cursor.inspect}'"
      end