# File lib/capistrano/configuration/execution.rb, line 127
      def push_task_call_frame(task)
        frame = TaskCallFrame.new(task)
        task_call_frames.push frame
      end