Source: show | on GitHub
# File activejob/test/jobs/callback_job.rb, line 25 def history @history ||= [] end
# File activejob/test/jobs/callback_job.rb, line 21 def perform(person = "david") # NOTHING! end