7 8 9
# File 'app/jobs/loco/sender_job.rb', line 7 def perform(recipient, data) Sender.new(recipient, data).emit end