Methods
H
P
Instance Public methods
history()
# File activejob/test/jobs/callback_job.rb, line 25
def history
  @history ||= []
end
perform(person = "david")
# File activejob/test/jobs/callback_job.rb, line 21
def perform(person = "david")
  # NOTHING!
end