Source: show | on GitHub
# File activejob/test/jobs/kwargs_job.rb, line 4 def perform(argument: 1) JobBuffer.add("Job with argument: #{argument}") end