[Source]
# File lib/delayed/performable_mailer.rb, line 5 5: def perform 6: object.send(method_name, *args).deliver 7: end
[Validate]