# File lib/god/driver.rb, line 57
    def handle_op
      command = @ops.pop
      @task.send(command[0], *command[1])
    end