Methods
P
Constants
MY_QUEUE = :low_priority
 
Instance Public methods
perform(greeter = "David")
# File activejob/test/jobs/queue_as_job.rb, line 7
def perform(greeter = "David")
  JobBuffer.add("#{greeter} says hello")
end