Flowdock
method

arguments_serialized?

Importance_0
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: Core
arguments_serialized?() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activejob/lib/active_job/core.rb, line 173
      def arguments_serialized?
        defined?(@serialized_arguments) && @serialized_arguments
      end
Register or log in to add new notes.