# File lib/delayed/performable_method.rb, line 25
    def perform
      object.send(method_name, *args) if object
    end