# File lib/capistrano/configuration/execution.rb, line 79
      def current_task
        return nil if task_call_frames.empty?
        task_call_frames.last.task
      end