Source: show | on GitHub
# File activejob/test/jobs/hello_job.rb, line 4 def perform(greeter = "David") JobBuffer.add("#{greeter} says hello") end